Border.Stroke プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
境界線ストロークの描画に使用するブラシを取得または設定します。 これはバインド可能なプロパティです。
public:
property Microsoft::Maui::Controls::Brush ^ Stroke { Microsoft::Maui::Controls::Brush ^ get(); void set(Microsoft::Maui::Controls::Brush ^ value); };
public Microsoft.Maui.Controls.Brush? Stroke { get; set; }
member this.Stroke : Microsoft.Maui.Controls.Brush with get, set
Public Property Stroke As Brush
プロパティ値
Brush境界線ストロークに使用するか、ストロークが設定されていない場合はnull。