FMX.Objects.TCalloutRectangle.StrokeThickness

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StrokeThickness: Single write SetStrokeThickness stored False default 0;

C++

__property StrokeThickness = {stored=false, default=0};

Properties

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

Description


Specifies the width, in pixels, of the stroke outline to draw a line or a shape contour.

FMX.Objects.TCalloutRectangle.StrokeThickness inherits from FMX.Objects.TShape.StrokeThickness. All content below this line refers to FMX.Objects.TShape.StrokeThickness.

Specifies the width, in pixels, of the stroke outline to draw a line or a shape contour.

See Also

Code Examples