FMX.Graphics.TCanvas.Stroke
Delphi
property Stroke: TStrokeBrush read FStroke;
C++
__property TStrokeBrush* Stroke = {read=FStroke};
Inhaltsverzeichnis
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | FMX.Graphics.pas FMX.Graphics.hpp |
FMX.Graphics | TCanvas |
Beschreibung
Legt die Farbe und das Muster des Zeichenstifts fest, die zum Zeichnen von Linien und Formkonturen des aktuellen TCanvas verwendet wird.
Der Wert von Stroke ist ein TStrokeBrush-Objekt. Um den Konturenstift anzupassen, ändern Sie die Eigenschaften Thickness, Cap, Dash und Join des TStrokeBrush-Objekts.
Siehe auch
- FMX.Graphics.TStrokeBrush
- FMX.Graphics.TCanvas.StrokeCap
- FMX.Graphics.TCanvas.StrokeDash
- FMX.Graphics.TCanvas.StrokeJoin
- FMX.Graphics.TCanvas.StrokeThickness