Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 803 Bytes

richtextblockoverflow_istexttrimmed.md

File metadata and controls

30 lines (17 loc) · 803 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.RichTextBlockOverflow.IsTextTrimmed
winrt property

Windows.UI.Xaml.Controls.RichTextBlockOverflow.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

RichTextBlockOverflow inherits the TextTrimming behavior from the bound RichTextBlock.

-see-also

IsTextTrimmedChanged event, TextTrimming enumeration

-examples