Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 821 Bytes

textconstants_undefinedfontstyle.md

File metadata and controls

23 lines (16 loc) · 821 Bytes
-api-id -api-type
P:Microsoft.UI.Text.TextConstants.UndefinedFontStyle
winrt property

Microsoft.UI.Text.TextConstants.UndefinedFontStyle

-description

Gets the undefined font style.

-property-value

The undefined font style.

-remarks

When retrieving the font-style property, this value indicates that a range has at least two text runs with different values of that property. When setting the font-style 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.FontStyle property.

-examples

-see-also