IResolvedStyleDeclaration class

IResolvedStyleDeclaration class

Represents a resolved style declaration that provides access to various style properties.

The IResolvedStyleDeclaration type exposes the following members:

Properties

PropertyDescription
fill_ruleGets the fill rule for shapes.
clip_ruleGets the clip rule for shapes.
transformGets the transformation matrix.
widthGets the width value.
stroke_widthGets the stroke width value.
stroke_linejoinGets the stroke line join value.
stroke_miterlimitGets the stroke miter limit value.
stroke_linecapGets the stroke line cap value.
stroke_dashoffsetGets the stroke dash offset value.
stroke_dasharrayGets the stroke dash array values.
heightGets the height value.
font_sizeGets the font size value.
xGets the x-coordinate value.
yGets the y-coordinate value.
cxGets the x-coordinate of the center of an ellipse or circle.
cyGets the y-coordinate of the center of an ellipse or circle.
rGets the radius of an ellipse or circle.
rxGets the x-radius of an ellipse or horizontal radius of an ellipse or circle.
ryGets the y-radius of an ellipse or vertical radius of an ellipse or circle.
letter_spacingGets the additional space between characters in a text.
word_spacingGets the additional space between words in a text.
visibilityGets the visibility of an element.
baseline_shiftGets the shift of the baseline of an element.
fill_opacityGets the opacity of the fill color of an element.
stroke_opacityGets the opacity of the stroke color of an element.
opacityGets the opacity of an element.
displayGets the display behavior of an element.
marker_startGets the marker used at the start of a shape.
marker_midGets the marker used in the middle of a shape.
marker_endGets the marker used at the end of a shape.
overflowGets the overflow behavior of an element.
paint_orderGets the paint order for rendering an element’s fill, stroke, and markers.
font_kerningGets the kerning behavior of a font.
white_spaceGets the white space handling behavior within an element.
alignment_baselineGets the alignment baseline value.

Methods

MethodDescription
fillGets the brush used for filling shapes.
strokeGets the brush used for stroking shapes.

See Also