AccessText::FontStyle Property
.NET Framework (current version)
Gets or sets the font style to use with the AccessText element.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System.Windows::FontStyleThe font style to use; for example, normal, italic, or oblique. The default is determined by the MessageFontStyle metric.
For more information and a list of font styles, see FontStyle.
Identifier field | |
Metadata properties set to true |
The following example shows how to set properties in order to change the appearance of the text in an 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>
.NET Framework
Available since 3.0
Available since 3.0
Show: