Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document.Util Namespace / C1TextLayout.HitTestInfo Structure / IsInside Property

In This Topic
    IsInside Property
    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