FMX.Objects.TShape.StrokeJoin

From RAD Studio API Documentation
Jump to: navigation, search

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

Code Examples