Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 678 Bytes

textelement_characterspacing.md

File metadata and controls

30 lines (19 loc) · 678 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Documents.TextElement.CharacterSpacing
winrt property

Windows.UI.Xaml.Documents.TextElement.CharacterSpacing

-description

Gets or sets the uniform spacing between characters, in units of 1/1000 of an em.

-xaml-syntax

<textElement CharacterSpacing="int"/>

-property-value

The uniform spacing between characters, in units of 1/1000 of an em. The default is 0. Positive values increase tracking and loosen character spacing. Negative values decrease tracking and tighten the character spacing.

-remarks

-examples

-see-also