TextExtent.IsSignificant Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.