TdxGPPen.DashCapStyle Property
In This Article
Specifies the graphical primitive that a TdxGPPen object adds to the beginning and end of each dash within the displayed line.
#Declaration
Delphi
property DashCapStyle: TdxGPPenDashCapStyle read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the property to specify the visual style applied to all dashes and dots within the displayed line. If the Style property is set to gppsSolid, the DashCapStyle property value has no effect.
For detailed information on available dash and dot cap styles, refer to the TdxGPPenDashCapStyle type description.
Note
The Dash
See Also