C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document.Util Namespace / C1TextLayout.HitTestInfo Structure / IsInside Property

In This Topic
IsInside Property (C1TextLayout.HitTestInfo)
In This Topic
Indicates whether the hit-test location is inside the text string. When FALSE, the position nearest the text's edge is returned.
Syntax
'Declaration
 
Public Property IsInside As Boolean
 
See Also