AccessText.Background Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta l'oggetto Brush che riempie l'area di contenuto.
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
Valore della proprietà
Oggetto Brush che riempie l'area di contenuto. Il valore predefinito è null
.
Esempio
Nell'esempio seguente viene illustrato come impostare le proprietà per modificare l'aspetto del testo in un AccessText controllo.
<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>
Commenti
Informazioni proprietà di dipendenza
Campo Identificatore | BackgroundProperty |
Proprietà dei metadati impostate su true |
AffectsRender |