FMX.Graphics.TCanvas.StrokeJoin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StrokeJoin: TStrokeJoin write SetStrokeJoin;

C++

__property TStrokeJoin StrokeJoin = {write=SetStrokeJoin, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TCanvas

Description

Specifies the style of the joints that connect line segments of a shape or a path drawn on the TCanvas.

The predefined styles are defined by TStrokeJoin.

See Also

Code Example