AccessText.Foreground Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el objeto Brush que dibuja el contenido de texto del elemento.
public:
property System::Windows::Media::Brush ^ Foreground { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };
public System.Windows.Media.Brush Foreground { get; set; }
member this.Foreground : System.Windows.Media.Brush with get, set
Public Property Foreground As Brush
Valor de propiedad
Brush que dibuja el texto. De manera predeterminada, es Black.
Ejemplos
En el ejemplo siguiente se muestra cómo establecer propiedades para cambiar la apariencia del texto en un AccessText control .
<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>
Comentarios
Información sobre propiedades de dependencia
Campo identificador | ForegroundProperty |
Propiedades de metadatos establecidas en true |
AffectsRender, SubPropertiesDoNotAffectRender, Inherits |