FMX.Objects.TShape.StrokeCap
Delphi
property StrokeCap: TStrokeCap write SetStrokeCap;
C++
__property Fmx::Graphics::TStrokeCap StrokeCap = {write=SetStrokeCap, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Objects.pas FMX.Objects.hpp |
FMX.Objects | TShape |
Description
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