FMX.Objects.TCalloutRectangle.StrokeThickness
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
- FMX.Objects.TShape.Stroke
- FMX.Objects.TShape.StrokeCap
- FMX.Objects.TShape.StrokeDash
- FMX.Objects.TShape.StrokeJoin
- FMX.Graphics.TCanvas.StrokeThickness