IResolvedStyleDeclaration class
IResolvedStyleDeclaration class
Represents a resolved style declaration that provides access to various style properties.
The IResolvedStyleDeclaration type exposes the following members:
Properties
| Property | Description |
|---|---|
| fill_rule | Gets the fill rule for shapes. |
| clip_rule | Gets the clip rule for shapes. |
| transform | Gets the transformation matrix. |
| width | Gets the width value. |
| stroke_width | Gets the stroke width value. |
| stroke_linejoin | Gets the stroke line join value. |
| stroke_miterlimit | Gets the stroke miter limit value. |
| stroke_linecap | Gets the stroke line cap value. |
| stroke_dashoffset | Gets the stroke dash offset value. |
| stroke_dasharray | Gets the stroke dash array values. |
| height | Gets the height value. |
| font_size | Gets the font size value. |
| x | Gets the x-coordinate value. |
| y | Gets the y-coordinate value. |
| cx | Gets the x-coordinate of the center of an ellipse or circle. |
| cy | Gets the y-coordinate of the center of an ellipse or circle. |
| r | Gets the radius of an ellipse or circle. |
| rx | Gets the x-radius of an ellipse or horizontal radius of an ellipse or circle. |
| ry | Gets the y-radius of an ellipse or vertical radius of an ellipse or circle. |
| letter_spacing | Gets the additional space between characters in a text. |
| word_spacing | Gets the additional space between words in a text. |
| visibility | Gets the visibility of an element. |
| baseline_shift | Gets the shift of the baseline of an element. |
| fill_opacity | Gets the opacity of the fill color of an element. |
| stroke_opacity | Gets the opacity of the stroke color of an element. |
| opacity | Gets the opacity of an element. |
| display | Gets the display behavior of an element. |
| marker_start | Gets the marker used at the start of a shape. |
| marker_mid | Gets the marker used in the middle of a shape. |
| marker_end | Gets the marker used at the end of a shape. |
| overflow | Gets the overflow behavior of an element. |
| paint_order | Gets the paint order for rendering an element’s fill, stroke, and markers. |
| font_kerning | Gets the kerning behavior of a font. |
| white_space | Gets the white space handling behavior within an element. |
| alignment_baseline | Gets the alignment baseline value. |
Methods
| Method | Description |
|---|---|
| fill | Gets the brush used for filling shapes. |
| stroke | Gets the brush used for stroking shapes. |
See Also
- module
aspose.svg.dom.css