FMX.Graphics.TCanvas.StrokeDash
Delphi
property StrokeDash: TStrokeDash write SetStrokeDash;
C++
__property TStrokeDash StrokeDash = {write=SetStrokeDash, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Graphics.pas FMX.Graphics.hpp |
FMX.Graphics | TCanvas |
Description
Specifies the line style.
A customized line is composed of elements with different lengths and spaces between elements.
If StrokeDash is not Solid, StrokeCap affects the ends of each element of the customized line.
The predefined styles are defined by TStrokeDash.
To create a new line style, use SetCustomDash.
- Notice that StrokeDash is the write-only property. To retrieve this value use the Dash property of FMX.Graphics.TCanvas.Stroke.
See Also
- FMX.Graphics.TCanvas.SetCustomDash
- FMX.Graphics.TCanvas.Stroke
- FMX.Graphics.TCanvas.StrokeCap
- FMX.Graphics.TCanvas.StrokeJoin
- FMX.Graphics.TCanvas.StrokeThickness
- FMX.Graphics.TStrokeDash