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