Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 13,743 for

syntax

(0.16 sec)
  1. GroupDocs.Assembly for .NET 20.1 Release Notes

    GroupDocs.Assembly for .NET 20.1 Release Notes – the latest updates and fixes.... Syntax of a bookmark tag is defined...Spreadsheet documents Template syntax for dynamic naming of cell...

    releases.groupdocs.com/assembly/net/release-not...
  2. Computed value - CSS: Cascading Style Sheets | MDN

    The computed value of a CSS property is the value that is transferred from parent to child during inheritance. It is calculated from the specified value by:...getComputedStyle CSS key concepts: CSS syntax At-rules Comments Specificity...Actual values Value definition syntax Shorthand properties Replaced...

    developer.mozilla.org/en-US/docs/Web/CSS/comput...
  3. Color Chart Series Dynamically using GroupDocs....

    GroupDocs team is proudly announcing the monthly release of GroupDocs.Assembly for .NET 18.5. Using the latest version, you can now change the color of chart series and individual point series dynamically for word processing, spreadsheet and presentation formats. We recommend you to install and use the latest version of the API. Features IntroducedFollowing new features are introduced in version 18.5 of the API. Chart Series Coloring in Word Processing Document Chart Series Coloring in Presentation Document Chart Series Coloring in Spreadsheet Document Individual Point Series Coloring in Word Processing Document Individual Point Series Coloring in Presentation Document Individual Point Series Coloring in Word Processing Document Dynamic Coloring of Chart SeriesFor a chart with dynamic data, you can set colors of chart series dynamically based upon expressions....seriesColor tags having the following syntax: <<seriesColor[color_expression]>>...pointColor tags having the following syntax: <<pointColor[color_expression]>>...

    blog.groupdocs.com/assembly/color-chart-series-...
  4. font-synthesis-style - CSS: Cascading Style She...

    The font-synthesis-style CSS property lets you specify whether or not the browser may synthesize the oblique typeface when it is missing in a font family.... Syntax css /* Keyword values */ f...Animation type discrete Formal syntax font-synthesis-style = auto...

    developer.mozilla.org/en-US/docs/Web/CSS/font-s...
  5. flex-flow - CSS: Cascading Style Sheets | MDN

    The flex-flow CSS shorthand property specifies the direction of a flex container, as well as its wrapping behavior....properties: flex-direction flex-wrap Syntax css /* flex-flow: <'flex-direction'>...flex-wrap : discrete Formal syntax flex-flow = <'flex-direction'>...

    developer.mozilla.org/en-US/docs/Web/CSS/flex-flow
  6. Permissions-Policy: gamepad - HTTP | MDN

    The HTTP Permissions-Policy header gamepad directive controls whether the current document is allowed to use the Gamepad API.... Syntax http Permissions-Policy: gamepad=<allowlist>;...feature. See Permissions-Policy > Syntax for more details. Default policy...

    developer.mozilla.org/en-US/docs/Web/HTTP/Heade...
  7. class expression - JavaScript | MDN

    The class keyword can be used to define a class inside an expression.... Try it Syntax js class { // class body }...to, and has almost the same syntax as, a class declaration . As...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  8. scroll-padding-inline-end - CSS: Cascading Styl...

    The scroll-padding-inline-end property defines offsets for the end edge in the inline dimension of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.... Try it Syntax css /* Keyword values */ s...computed value type Formal syntax scroll-padding-inline-end =...

    developer.mozilla.org/en-US/docs/Web/CSS/scroll...
  9. transition-property - CSS: Cascading Style Shee...

    The transition-property CSS property sets the CSS properties to which a transition effect should be applied.... Syntax css /* Keyword values */ transition-property:...type Not animatable Formal syntax transition-property = none...

    developer.mozilla.org/en-US/docs/Web/CSS/transi...
  10. sign() - CSS: Cascading Style Sheets | MDN

    The sign() CSS function contains one calculation, and returns -1 if the numeric value of the argument is negative, +1 if the numeric value of the argument is positive, 0⁺ if the numeric value of the argument is 0⁺, and 0⁻ if the numeric value of the argument is 0⁻.... Syntax css /* property: sign( expression...Otherwise, returns NaN . Formal syntax <sign()> = sign( <calc-sum>...

    developer.mozilla.org/en-US/docs/Web/CSS/sign