FMX.Graphics.TCanvas.Stroke
Delphi
property Stroke: TStrokeBrush read FStroke;
C++
__property TStrokeBrush* Stroke = {read=FStroke};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Graphics.pas FMX.Graphics.hpp |
FMX.Graphics | TCanvas |
Description
Determines the color and pattern of the drawing pen used to draw lines and shape contours on the current TCanvas.
The value of Stroke is a TStrokeBrush object. To customize the outline pen, change the Thickness, Cap, Dash, and Join properties of the TStrokeBrush object.
See Also
- FMX.Graphics.TStrokeBrush
- FMX.Graphics.TStrokeBrush.Cap
- FMX.Graphics.TStrokeBrush.Dash
- FMX.Graphics.TStrokeBrush.Join
- FMX.Graphics.TStrokeBrush.Thickness