TextLine.IsTruncated 属性

定义

确定是否在一个单词的中间截断文本行。

public:
 virtual property bool IsTruncated { bool get(); };
public virtual bool IsTruncated { get; }
member this.IsTruncated : bool
Public Overridable ReadOnly Property IsTruncated As Boolean

属性值

Boolean

如果在一个单词的中间截断文本行,则为 true;否则为 false

注解

The IsTruncated property value is set only when the TextWrapping property of TextParagraphProperties is set to Wrap, and a single word is wider than the formatting paragraph width. 在这种情况下, TextFormatter 截断单词中间的行以遵循通过 Wrap 设置指定的所需行为。

适用于