FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Util Namespace / C1TextLayout.HitTestInfo Structure / CaretCoords Property

In This Topic
    CaretCoords Property (C1TextLayout.HitTestInfo)
    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