|
Color
|
Represents property Color. (Inherited from RSSVGTypes.TSVGPen.)
|
|
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. (Inherited from RSSVGTypes.TSVGPen.)
|
|
Dash
|
Represents property Dash. (Inherited from RSSVGTypes.TSVGPen.)
|
|
DashArrayIsPercent
|
Stores whether the custom dash array values of the pen are absolute values or percentages based on the containing viewport (Inherited from RSSVGTypes.TSVGPen.)
|
|
DashArrayPreferredUnits
|
Provides the unit types (e.g., mm, px, etc) to use when displaying the custom dash array values (Inherited from RSSVGTypes.TSVGPen.)
|
|
DashCap
|
Represents property DashCap. (Inherited from RSSVGTypes.TSVGPen.)
|
|
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. (Inherited from RSSVGTypes.TSVGPen.)
|
|
EndCap
|
Represents property EndCap. (Inherited from RSSVGTypes.TSVGPen.)
|
|
Join
|
Represents property Join. (Inherited from RSSVGTypes.TSVGPen.)
|
|
Kind
|
Specifies the pattern to use when drawing the pen (Inherited from RSSVGTypes.TSVGPen.)
|
|
MiterLimit
|
Represents property MiterLimit. (Inherited from RSSVGTypes.TSVGPen.)
|
|
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 (Inherited from RSSVGTypes.TSVGPen.)
|
|
ParentColor
|
Is Color inherited or not and whether it should be stored (Inherited from RSSVGTypes.TSVGPen.)
|
|
ParentDasharray
|
Is Dasharray inherited or not and whether it should be stored (Inherited from RSSVGTypes.TSVGPen.)
|
|
ParentDashOffset
|
Is DashOffset inherited or not and whether it should be stored (Inherited from RSSVGTypes.TSVGPen.)
|
|
ParentLinecap
|
Is Linecap inherited or not and whether it should be stored (Inherited from RSSVGTypes.TSVGPen.)
|
|
ParentLineJoin
|
Is LineJoin inherited or not and whether it should be stored (Inherited from RSSVGTypes.TSVGPen.)
|
|
ParentMiterLimit
|
Is MiterLimit inherited or not and whether it should be stored (Inherited from RSSVGTypes.TSVGPen.)
|
|
ParentOpacity
|
Is Opacity inherited or not and whether it should be stored (Inherited from RSSVGTypes.TSVGPen.)
|
|
ParentThickness
|
Is Thickness inherited or not and whether it should be stored (Inherited from RSSVGTypes.TSVGPen.)
|
|
StartCap
|
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
|
|
|
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 (Inherited from RSSVGTypes.TSVGPen.)
|
|
Thickness
|
Represents property Thickness. (Inherited from RSSVGTypes.TSVGPen.)
|
|
ThicknessIsPercent
|
Stores whether the Width of the pen is an absolute value or a percentage based on the containing viewport (Inherited from RSSVGTypes.TSVGPen.)
|
|
ThicknessPreferredUnit
|
Provides the unit type (e.g., mm, px, etc) to use when displaying the Thickness (Inherited from RSSVGTypes.TSVGPen.)
|
|
URI
|
Stores a reference to another SVG element for providing the pattern or gradient for the pen. (Inherited from RSSVGTypes.TSVGPen.)
|