RichTextBlockOverflow.IsTextTrimmed 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示控件是否已修剪超出內容區域的文字。
public:
property bool IsTextTrimmed { bool get(); };
bool IsTextTrimmed();
public bool IsTextTrimmed { get; }
var boolean = richTextBlockOverflow.isTextTrimmed;
Public ReadOnly Property IsTextTrimmed As Boolean
屬性值
Boolean
bool
如果修剪文字,則為 true;否則為 false。
備註
RichTextBlockOverflow 會從系結的 RichTextBlock 繼承 TextTrimming 行為。
適用於
另請參閱
- <xref:Microsoft.UI.Xaml.Controls.RichTextBlockOverflow.IsTextTrimmedChanged+event>
- <xref:Microsoft.UI.Xaml.TextTrimming+enumeration>