Show: Delphi
C++
Display Preferences
FMX.Types.TStrokeCap
From XE3 API Documentation
Delphi
TStrokeCap = (scFlat, scRound);
C++
enum class DECLSPEC_DENUM TStrokeCap : unsigned int { scFlat, scRound };
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Specifies the graphic style used to draw the ends of a line.
TStrokeCap can have the following values:
| Value | Meaning |
|---|---|
|
|
|
|
|
The line end is circular. The center of the circle is the last point in the line. The diameter of the circle is the line width. |