Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 693 Bytes

contentpresenter_characterspacing.md

File metadata and controls

28 lines (19 loc) · 693 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ContentPresenter.CharacterSpacing
winrt property

Microsoft.UI.Xaml.Controls.ContentPresenter.CharacterSpacing

-description

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

-xaml-syntax

<ContentPresenter 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