TextLine.IsTruncated 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定是否在一个单词的中间截断文本行。
public:
virtual property bool IsTruncated { bool get(); };
public virtual bool IsTruncated { get; }
member this.IsTruncated : bool
Public Overridable ReadOnly Property IsTruncated As 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 设置指定的所需行为。