FMX.Graphics.TCanvas.Stroke

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Stroke: TStrokeBrush read FStroke;

C++

__property TStrokeBrush* Stroke = {read=FStroke};

Properties

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

Description

Specifies the TStrokeBrush of the outline pen to use for drawing a shape on the current TCanvas.

The drawing pen is a TStrokeBrush object. To customize the outline pen, change the TStrokeBrush properties.

See Also

Code Example