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

In This Topic
    CaretCoords Property
    In This Topic
    Get the caret coords, depending on IsTrailingHit this property returns CaretCoordsAfter or CaretCoordsBefore.
    Syntax
    'Declaration
     
    Public ReadOnly Property CaretCoords As C1CaretCoords
    public C1CaretCoords CaretCoords {get;}
    See Also