Glyphs.StyleSimulations Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the style simulations applied to the glyphs.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<Glyphs StyleSimulation="styleSimulationsMemberName"/>
Property Value
Type: System.Windows.Media.StyleSimulationsOne of the enumeration values that specifies the style simulations to apply to the glyphs. The default is None.
Dependency property identifier field: StyleSimulationsProperty
Style simulations generally do not provide results that are comparable to specifying the appropriate bold or italic variant in a font family. Whenever possible, use a font that supports a bold or italic appearance and compose the Glyphs text using that font.