FMX.Types.TCanvas.StrokeThickness
From RAD Studio API Documentation
Delphi
property StrokeThickness: Single read GetStrokeThickness write SetStrokeThickness;
C++
__property float StrokeThickness = {read=GetStrokeThickness, write=SetStrokeThickness};
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TCanvas |
Description
Specifies the width of the stroke outline of a shape drawn on the current TCanvas.
See Also
- FMX.Types.TCanvas.Stroke
- FMX.Types.TCanvas.StrokeCap
- FMX.Types.TCanvas.StrokeDash
- FMX.Types.TCanvas.StrokeJoin