FMX.Objects.TShape.StrokeJoin
Delphi
property StrokeJoin: TStrokeJoin write SetStrokeJoin;
C++
__property Fmx::Graphics::TStrokeJoin StrokeJoin = {write=SetStrokeJoin, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Objects.pas FMX.Objects.hpp |
FMX.Objects | TShape |
Description
Specifies the style of the joints that connect segments of a line, segments of a shape contour, or segments of a path.
The possible values are the Miter
, Round
, and Bevel
constants defined in the FMX.Graphics.TStrokeJoin type.
The default is Miter
--joins line segments without any smoothing of sharp corners between segments.
See Also
- FMX.Objects.TShape.Stroke
- FMX.Objects.TShape.StrokeCap
- FMX.Objects.TShape.StrokeDash
- FMX.Objects.TShape.StrokeThickness
- FMX.Graphics.TCanvas.StrokeJoin