Shape.Stroke プロパティ

定義

Shape の輪郭を描画する方法を指定する Brush を取得または設定します。

public:
 property System::Windows::Media::Brush ^ Stroke { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };
public System.Windows.Media.Brush Stroke { get; set; }
member this.Stroke : System.Windows.Media.Brush with get, set
Public Property Stroke As Brush

プロパティ値

Brush

Shape の輪郭を描画する方法を指定する Brush。 既定値は、null です。

注釈

依存プロパティ情報

識別子フィールド StrokeProperty
メタデータのプロパティが次に設定されている true AffectsMeasureAffectsRenderSubPropertiesDoNotAffectRender

適用対象