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
public bool IsInside {get; set;}
See Also