|
Cap
|
Stores the MiterLimit for the pen
When two line segments meet at a sharp angle and miter joins have been specified for ‘stroke-linejoin’, it is possible for the miter to extend far beyond the thickness of the line stroking the path. The ‘stroke-miterlimit’ imposes a limit on the ratio of the miter length to the ‘stroke-width’. When the limit is exceeded, the join is converted from a miter to a bevel.
Note
|
MiterLimit is not supported in FMX
|
|
|
Color
|
Represents property Color.
|
|
CustomDashArray
|
Controls the pattern of dashes and gaps used to stroke paths. <dasharray> contains a list of comma and/or white space separated <length>s and <percentage>s that specify the lengths of alternating dashes and gaps. If an odd number of values is provided, then the list of values is repeated to yield an even number of values. Thus, stroke-dasharray: 5,3,2 is equivalent to stroke-dasharray: 5,3,2,5,3,2.
|
|
Dash
|
Represents property Dash.
|
|
DashArrayIsPercent
|
Stores whether the custom dash array values of the pen are absolute values or percentages based on the containing viewport
|
|
DashArrayPreferredUnits
|
Provides the unit types (e.g., mm, px, etc) to use when displaying the custom dash array values
|
|
DefaultOpacity
|
Defines the default opacity of the pen. If the Opacity does not equal the default opacity when streaming out the pen, the opacity is written.
|
|
Join
|
Represents property Join.
|
|
Kind
|
Specifies the pattern to use when drawing the pen
|
|
MiterLimit
|
Represents property MiterLimit.
|
|
Opacity
|
Provides the Opacity the pen should be drawn at. It is stored separately from the color itself as opacity affects gradient and pattern pens as well
|
|
ParentColor
|
Is Color inherited or not and whether it should be stored
|
|
ParentDasharray
|
Is Dasharray inherited or not and whether it should be stored
|
|
ParentDashOffset
|
Is DashOffset inherited or not and whether it should be stored
|
|
ParentLinecap
|
Is Linecap inherited or not and whether it should be stored
|
|
ParentLineJoin
|
Is LineJoin inherited or not and whether it should be stored
|
|
ParentMiterLimit
|
Is MiterLimit inherited or not and whether it should be stored
|
|
ParentOpacity
|
Is Opacity inherited or not and whether it should be stored
|
|
ParentThickness
|
Is Thickness inherited or not and whether it should be stored
|
|
SVGDashOffset
|
Specifies the distance into the dash pattern to start the dash.
If a <percentage> is used, the value represents a percentage of the current viewport
|
|
Thickness
|
Represents property Thickness.
|
|
ThicknessIsPercent
|
Stores whether the Width of the pen is an absolute value or a percentage based on the containing viewport
|
|
ThicknessPreferredUnit
|
Provides the unit type (e.g., mm, px, etc) to use when displaying the Thickness
|
|
URI
|
Stores a reference to another SVG element for providing the pattern or gradient for the pen.
|