Typography.CaseSensitiveForms attached property
Gets or sets a value that determines whether glyphs adjust their vertical position to better align with uppercase glyphs.
<object Typography.CaseSensitiveForms="bool"/>
XAML Values
- bool
-
true if the vertical position is adjusted; otherwise, false. The default value is false.
Remarks
To set this attached property value in code, use the SetCaseSensitiveForms method. To get this attached property value in code, use the GetCaseSensitiveForms 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