TextRunProperties.BackgroundBrush プロパティ

定義

テキスト ランの背景色を描画するために使用するブラシを取得します。

public:
 abstract property System::Windows::Media::Brush ^ BackgroundBrush { System::Windows::Media::Brush ^ get(); };
public abstract System.Windows.Media.Brush BackgroundBrush { get; }
member this.BackgroundBrush : System.Windows.Media.Brush
Public MustOverride ReadOnly Property BackgroundBrush As Brush

プロパティ値

背景色を表す Brush 値。

適用対象