FMX.Graphics.TCanvas.StrokeJoin
Delphi
property StrokeJoin: TStrokeJoin write SetStrokeJoin;
C++
__property TStrokeJoin StrokeJoin = {write=SetStrokeJoin, nodefault};
Inhaltsverzeichnis
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| property | public | FMX.Graphics.pas FMX.Graphics.hpp |
FMX.Graphics | TCanvas |
Beschreibung
Gibt den Stil der Verbindungen zwischen den Liniensegmenten einer Form oder eines Pfades an, die auf die Zeichenfläche (TCanvas) gezeichnet wurden.
Die vordefinierten Stile sind in TStrokeJoin definiert.
Siehe auch
- FMX.Graphics.TCanvas.Stroke
- FMX.Graphics.TCanvas.StrokeCap
- FMX.Graphics.TCanvas.StrokeDash
- FMX.Graphics.TCanvas.StrokeThickness
- FMX.Graphics.TStrokeJoin