Show: Delphi
C++
Display Preferences
FMX.Types.TStrokeDash
From XE3 API Documentation
Delphi
TStrokeDash = (sdSolid, sdDash, sdDot, sdDashDot, sdDashDotDot, sdCustom);
C++
enum class DECLSPEC_DENUM TStrokeDash : unsigned int { sdSolid, sdDash, sdDot, sdDashDot, sdDashDotDot, sdCustom };
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Specifies the style of a line.
TStrokeDash can have the following values:
| Value | Meaning |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The line is composed of alternating elements with a certain rule specified by an array of values for the lengths and spaces between elements. |
A customized line is composed of elements with different lengths and spaces between elements.
See Also
- FMX.Types.TCanvas.SetCustomDash
- FMX.Types.TStrokeCap
- FMX.Types.TStrokeJoin
- FMX.Types.TCanvas.StrokeDash