Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 667 Bytes

textblock_texttrimming.md

File metadata and controls

30 lines (21 loc) · 667 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.TextBlock.TextTrimming
winrt property

Microsoft.UI.Xaml.Controls.TextBlock.TextTrimming

-description

Gets or sets the text trimming behavior to employ when content overflows the content area.

-xaml-syntax

<TextBlock TextTrimming="None"/>
-or-
<TextBlock TextTrimming="WordEllipsis"/>

-property-value

One of the TextTrimming values that specifies the text trimming behavior to employ. The default is None.

-remarks

-examples

-see-also