Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 704 Bytes

textblock_istexttrimmedchanged.md

File metadata and controls

28 lines (18 loc) · 704 Bytes
-api-id -api-type
E:Microsoft.UI.Xaml.Controls.TextBlock.IsTextTrimmedChanged
winrt event

Microsoft.UI.Xaml.Controls.TextBlock.IsTextTrimmedChanged

-description

Occurs when the IsTextTrimmed property value has changed.

-xaml-syntax

<TextBlock IsTextTrimmedChanged="eventhandler"/>

-remarks

If the TextTrimming property is set to None (default), no trim indicator is drawn and the IsTextTrimmedChanged event does not fire.

-see-also

-examples