Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 26,075 for

values

(0.19 sec)
  1. cy - CSS: Cascading Style Sheets | MDN

    The cy CSS property defines the y-axis center point of an SVG or elements. If present, it overrides the element's cy attribute....percentage values */ cy: 3px; cy: 20%; /* Global values */ cy: inherit;...cy: unset; Values The <length> and <percentage> values denote the...

    developer.mozilla.org/en-US/docs/Web/CSS/cy
  2. Content type - SVG: Scalable Vector Graphics | MDN

    SVG makes use of a number of data types. This article lists these types along with their syntax and descriptions of what they're used for.... When used in the value of a property in a stylesheet...must be provided. For angle values in SVG-specific properties...

    developer.mozilla.org/en-US/docs/Web/SVG/Conten...
  3. PageOrientation | GroupDocs.Conversion for Java...

    PageOrientation Inheritance: java.lang.Object, java.lang.Enum public enum PageOrientation extends Enumvalues() valueOf(String name) getKey()...PORTRAIT values() public static PageOrientation[] values() Returns:...

    reference.groupdocs.com/conversion/java/com.gro...
  4. Shorthand properties - CSS: Cascading Style She...

    Shorthand properties are CSS properties that let you set the Values of multiple other CSS properties simultaneously. Using a shorthand property, you can write more concise (and often more readable) style sheets, saving time and energy....properties that let you set the values of multiple other CSS properties...property that's able to define the values of background-color , background-image...

    developer.mozilla.org/en-US/docs/Web/CSS/Shorth...
  5. border-color - CSS: Cascading Style Sheets | MDN

    The border-color shorthand CSS property sets the color of an element's border....border-top-color Syntax css /* <color> values */ border-color: red; /* top...yellow green blue; /* Global values */ border-color: inherit; border-color:...

    developer.mozilla.org/en-US/docs/Web/CSS/border...
  6. Working with JSON Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for Java 19.11 or later releases. Simplified working with JSON data sources To access JSON data while building a report, you can pass a JsonDataSource instance to the engine as a data source. Using of JsonDataSource enables you to work with typed Values of JSON elements in template documents. For more convenience, the set of simple JSON types is extended as follows:...enables you to work with typed values of JSON elements in template...becomes possible, because text values of Birth properties are automatically...

    docs.groupdocs.com/assembly/java/working-with-j...
  7. mask-image - CSS: Cascading Style Sheets | MDN

    The mask-image CSS property sets the image that is used as mask layer for an element. By default this means the alpha channel of the mask image will be multiplied with the alpha channel of the element. This can be controlled with the mask-mode property....Keyword value */ mask-image: none; /* <mask-source> value */ mask-image:...url(masks.svg#mask1); /* <image> values */ mask-image: linear-gradient(rgb(0...

    developer.mozilla.org/en-US/docs/Web/CSS/mask-i...
  8. scroll-padding-bottom - CSS: Cascading Style Sh...

    The scroll-padding-bottom property defines offsets for the bottom 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 */ scroll-padding-bottom: auto;...auto; /* <length> values */ scroll-padding-bottom: 10px; scroll-padding-bottom:...

    developer.mozilla.org/en-US/docs/Web/CSS/scroll...
  9. animation-name - CSS: Cascading Style Sheets | MDN

    The animation-name CSS property specifies the names of one or more @keyframes at-rules that describe the animation to apply to an element. Multiple @keyframe at-rules are specified as a comma-separated list of names. If the specified name does not match any @keyframe at-rule, no properties are animated....-moz-specific, sliding; /* Global values */ animation-name: inherit;...revert-layer; animation-name: unset; Values none A special keyword denoting...

    developer.mozilla.org/en-US/docs/Web/CSS/animat...
  10. empty-cells - CSS: Cascading Style Sheets | MDN

    The empty-cells CSS property sets whether borders and backgrounds appear around cells that have no visible content.... Syntax css /* Keyword values */ empty-cells: show; empty-cells:...empty-cells: hide; /* Global values */ empty-cells: inherit; empty-cells:...
    developer.mozilla.org/en-US/docs/Web/CSS/empty-...