Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 849 Bytes

textconstants_undefinedfontstretch.md

File metadata and controls

25 lines (16 loc) · 849 Bytes
-api-id -api-type
P:Windows.UI.Text.TextConstants.UndefinedFontStretch
winrt property

Windows.UI.Text.TextConstants.UndefinedFontStretch

-description

Gets the undefined font stretch value.

-property-value

The undefined font stretch value.

-remarks

When retrieving the font-stretch property, this value indicates that a range has at least two text runs with different values of that property. When setting a font-stretch property, this value indicates that the property is undefined; that is, it will not be applied if the ITextCharacterFormat is applied to a range. This value is used with the ITextCharacterFormat.FontStretch property.

-examples

-see-also