TextBlock.IsHyphenationEnabled 属性

定义

获取或设置一个值,该值指示是否启用文字的自动断字功能。

public:
 property bool IsHyphenationEnabled { bool get(); void set(bool value); };
public bool IsHyphenationEnabled { get; set; }
member this.IsHyphenationEnabled : bool with get, set
Public Property IsHyphenationEnabled As Boolean

属性值

Boolean

true 指示自动对文字进行断字和添加连字符;否则为 false。 默认值为 false

注解

自动单词连字符功能允许 TextBlock 基于当前布局条件自动中断和连字符单词。 这样,长字就可以在一行上开始,然后继续下一行,并且倾向于在对齐文本中实现更均匀的空白分布。 单词根据标准语法规则进行断字符和连字符。

依赖项属性信息

标识符字段 IsHyphenationEnabledProperty
元数据属性设置为 true AffectsMeasureAffectsRenderInherits

适用于

另请参阅