FontStyles Class
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Provides a set of predefined font styles as static property values.
Inheritance Hierarchy
System.Object
System.Windows.FontStyles
Namespace: System.Windows
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public NotInheritable Class FontStyles
public static class FontStyles
See Remarks.
The FontStyles type exposes the following members.
Properties
Name | Description | |
---|---|---|
Italic | Specifies an italic font style. | |
Normal | Specifies a normal, or roman, font style. |
Top
Remarks
A font style refers to the slant of a font. Silverlight 5 implements Italic or Normal.
FontStyles Static Property Names
Font style |
Description |
---|---|
Italic |
The characters in an italic font are truly slanted and appear as they were designed. |
Normal |
The characters in a normal, or roman, font are upright. |
WPF supports a FontStyles value of Oblique. Silverlight 5 does not support an Oblique value.
For more information on XAML usage, see FontStyle. FontStyle is the value type for Silverlight properties or attributes that specify a font style value, but you must use static properties of FontStyles to provide a FontStyle value. In XAML, you specify the name of a FontStyles property as the attribute value. This functionality is enabled by native XAML parsing behavior that processes the string value.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.