AccessText.Background プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンテンツ エリアを塗りつぶす Brush を取得または設定します。
public:
property System::Windows::Media::Brush ^ Background { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };
public System.Windows.Media.Brush Background { get; set; }
member this.Background : System.Windows.Media.Brush with get, set
Public Property Background As Brush
プロパティ値
コンテンツ エリアを塗りつぶす Brush。 既定値は、null
です。
例
次の例は、コントロール内のテキストの外観を変更するためにプロパティを設定する方法を AccessText 示しています。
<TextBox Name="textBox2" Width="50" Height="30"/>
<Label Target="{Binding ElementName=textBox2}">
<AccessText Background="Red" Foreground="DarkSlateBlue"
FontFamily="Arial Narrow" FontSize="16" FontStyle="Italic"
FontWeight="Bold">
E_dit
</AccessText>
</Label>
注釈
依存プロパティ情報
識別子フィールド | BackgroundProperty |
に設定されたメタデータ プロパティ true |
AffectsRender |