FMX.Objects.TShape.Stroke

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Stroke: TStrokeBrush read FStroke write SetStroke;

C++

__property Fmx::Graphics::TStrokeBrush* Stroke = {read=FStroke, write=SetStroke};

Properties

Type Visibility Source Unit Parent
property public
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TShape

Description

Determines the color and pattern of the drawing pen used to draw lines and shape contours of the graphical primitives.

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

See Also