FMX.Objects.TRectangle.Stroke

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Stroke: TStrokeBrush read FStroke write SetStroke;

C++

__property Stroke;

Properties

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

Description

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

FMX.Objects.TRectangle.Stroke inherits from FMX.Objects.TShape.Stroke. All content below this line refers to FMX.Objects.TShape.Stroke.

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