FMX.Graphics.TStrokeBrush.Join

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Join: TStrokeJoin read FJoin write SetJoin default TStrokeJoin.Miter;

C++

__property TStrokeJoin Join = {read=FJoin, write=SetJoin, default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TStrokeBrush

Description

Specifies the style of the joints that connect segments of a line or of a contour.

The possible values are Miter, Round, and Bevel defined in the TStrokeJoin type.

The default is Miter--joins line segments without any smoothing of sharp corners between segments.

See Also

Code Examples