TextExtent.IsSignificant 属性

定义

确定范围是否很重要。 如果 在导航过程中应忽略空格或其他不需要的字符,则为 false。

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

属性值

Boolean

如果范围很大,则为 true; 否则为 false。

注解

此属性 false 为空格或其他不应在导航过程中忽略的不重要字符返回。

适用于