ButtonChrome.BorderBrush プロパティ

定義

Button の外側の境界線の描画に使用するブラシを取得または設定します。

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

プロパティ値

Button の外側の境界線の描画に使用するブラシ。

注釈

依存プロパティ情報

識別子フィールド BorderBrushProperty
に設定されたメタデータ プロパティ true AffectsRender, SubPropertiesDoNotAffectRender

適用対象