FMX.Graphics.TStrokeBrush
Delphi
TStrokeBrush = class(TBrush)
C++
class PASCALIMPLEMENTATION TStrokeBrush : public TBrush
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Graphics.pas FMX.Graphics.hpp |
FMX.Graphics | FMX.Graphics |
Description
Determines the color and pattern used to draw lines and shape contours.
To customize the drawing pen, change the Thickness, Cap, Dash, and Join properties of the TStrokeBrush object.
To define the Custom
dash-dot style for the drawing pen, use the SetCustomDash method.
See Also
- FMX.Graphics.TStrokeBrush.Cap
- FMX.Graphics.TStrokeBrush.Dash
- FMX.Graphics.TStrokeBrush.Join
- FMX.Graphics.TStrokeBrush.Thickness
- FMX.Graphics.TStrokeBrush.SetCustomDash
- FMX.Graphics.TStrokeDash
- FMX.Graphics.TStrokeCap
- FMX.Graphics.TStrokeJoin