TextExtent.IsSignificant Property

Definition

Determines whether the extent is significant. false for whitespace or other insignificant characters that should be ignored during navigation.

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

Property Value

true if the extent is significant, otherwise false.

Remarks

This property returns false for whitespace or other insignificant characters that should be ignored during navigation.

Applies to