FMX.Objects.TCalloutRectangle.StrokeJoin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StrokeJoin: TStrokeJoin write SetStrokeJoin stored False;

C++

__property StrokeJoin = {stored=false};

Properties

Type Visibility Source Unit Parent
property published
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TCalloutRectangle

Description


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

FMX.Objects.TCalloutRectangle.StrokeJoin inherits from FMX.Objects.TShape.StrokeJoin. All content below this line refers to FMX.Objects.TShape.StrokeJoin.

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