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

Determines the color and pattern of the drawing pen used to draw lines and shape contours on the current TCanvas.

The value of Stroke is a TStrokeBrush object. To customize the outline pen, change the Thickness, Cap, Dash, and Join properties of the TStrokeBrush object.

See Also

Code Example