FMX.Graphics.TCanvas.StrokeThickness

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StrokeThickness: Single read GetStrokeThickness write SetStrokeThickness;

C++

__property float StrokeThickness = {read=GetStrokeThickness, write=SetStrokeThickness};

Properties

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

Description

Specifies the width of the stroke outline of a shape drawn on the current TCanvas.

See Also

Code Example