Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 641 Bytes

textblock_istexttrimmed.md

File metadata and controls

28 lines (17 loc) · 641 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.TextBlock.IsTextTrimmed
winrt property

Microsoft.UI.Xaml.Controls.TextBlock.IsTextTrimmed

-description

Gets a value that indicates whether the control has trimmed text that overflows the content area.

-property-value

true if text is trimmed; otherwise, false.

-remarks

See the TextTrimming property and TextTrimming enumeration for more info about how text is trimmed.

-see-also

IsTextTrimmedChanged

-examples