Typography.DiscretionaryLigatures attached property
Gets or sets a value that determines whether discretionary ligatures are enabled.
<object Typography.DiscretionaryLigatures="bool"/>
XAML Values
- bool
-
true if discretionary ligatures are enabled; otherwise, false.
Remarks
Discretionary ligatures are designed to be ornamental, and not specifically designed for readability.
To set this attached property value in code, use the SetDiscretionaryLigatures method. To get this attached property value in code, use the GetDiscretionaryLigatures method.
Requirements (Windows 10 device family)
|
API contract | |
|---|---|
|
Namespace |
Windows.UI.Xaml.Documents |
|
Metadata |
Requirements (Windows 8.x and Windows Phone 8.x)
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Runtime apps only] |
|
Namespace |
Windows.UI.Xaml.Documents |
|
Metadata |
|
See also