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
TStrokeBrush determines the color and pattern used to draw lines and shape contours of the graphical primitives.
To customize the outline pen, change the Cap, Dash, and Join properties.
To draw with a custom line style, use the SetCustomDash method.