FMX.Objects.TShape.Stroke

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Stroke: TStrokeBrush read FStroke write SetStroke;

C++

__property Fmx::Graphics::TStrokeBrush* Stroke = {read=FStroke, write=SetStroke};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TShape


説明

直線やグラフィック プリミティブの形状曲線を描画するのに使用する、描画ペンの色やパターンを決定します。

Stroke の値は FMX.Graphics.TStrokeBrush オブジェクトです。 アウトライン ペンをカスタマイズするには、TStrokeBrush オブジェクトの ThicknessCapDashJoin の各プロパティを変更します。

関連項目