FMX.Graphics.TCanvas.StrokeThickness
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.
- Notice that StrokeThickness is the write-only property. To retrieve this value use the Thickness property of FMX.Graphics.TCanvas.Stroke.
See Also
- FMX.Graphics.TCanvas.Stroke
- FMX.Graphics.TCanvas.StrokeCap
- FMX.Graphics.TCanvas.StrokeDash
- FMX.Graphics.TCanvas.StrokeJoin