次の方法で共有


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

背景色を表す Brush の値。

適用対象