Share via


RichTextBlockOverflow.IsTextTrimmed Property

Definition

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

public:
 property bool IsTextTrimmed { bool get(); };
bool IsTextTrimmed();
public bool IsTextTrimmed { get; }
var boolean = richTextBlockOverflow.isTextTrimmed;
Public ReadOnly Property IsTextTrimmed As Boolean

Property Value

Boolean

bool

true if text is trimmed; otherwise, false.

Remarks

RichTextBlockOverflow inherits the TextTrimming behavior from the bound RichTextBlock.

Applies to

See also

  • <xref:Microsoft.UI.Xaml.Controls.RichTextBlockOverflow.IsTextTrimmedChanged+event>
  • <xref:Microsoft.UI.Xaml.TextTrimming+enumeration>