API:FMX.Objects.TRectangle.StrokeCap
Delphi
property StrokeCap: TStrokeCap write SetStrokeCap stored False;
C++
__property StrokeCap = {stored=false};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Objects.pas FMX.Objects.hpp |
FMX.Objects | TRectangle |
Description
Specifies the graphic style used to draw the ends of lines and of shape contours.
FMX.Objects.TRectangle.StrokeCap inherits from FMX.Objects.TShape.StrokeCap. All content below this line refers to FMX.Objects.TShape.StrokeCap.
Specifies the graphic style used to draw the ends of lines and of shape contours.
The possible values are the Flat and Round constants defined in the FMX.Graphics.TStrokeCap type.
The default is Flat--rectangular line ends.
A contour or a line can contain several line elements. If StrokeDash is not Solid, StrokeCap affects the ends of each line element.
See Also
- FMX.Objects.TShape.Stroke
- FMX.Objects.TShape.StrokeDash
- FMX.Objects.TShape.StrokeJoin
- FMX.Objects.TShape.StrokeThickness