FlexReport for .NET | ComponentOne
C1.WPF.Document Assembly / C1.WPF.Document.Util Namespace / C1TextLayout.HitTestInfo Structure
Fields Properties


In This Topic
    C1TextLayout.HitTestInfo Structure Members
    In This Topic

    The following tables list the members exposed by C1TextLayout.HitTestInfo.

    Public Fields
     NameDescription
    Public FieldThe default hit-test location flag inside the text string.  
    Public FieldThe default hit-test location flag at the leading or the trailing side of the character.  
    Public FieldThe coordinates of the caret after C1TextLayout.HitTestInfo.TextPosition.  
    Public FieldThe coordinates of the caret before C1TextLayout.HitTestInfo.TextPosition.  
    Public FieldThe number of text positions within the hit region.  
    Public FieldThe text position.  
    Top
    Public Properties
     NameDescription
    Public PropertyGet the caret coords, depending on C1TextLayout.HitTestInfo.IsTrailingHit this property returns C1TextLayout.HitTestInfo.CaretCoordsAfter or C1TextLayout.HitTestInfo.CaretCoordsBefore.  
    Public PropertyIndicates whether the hit-test location is inside the text string. When FALSE, the position nearest the text's edge is returned.  
    Public PropertyIndicates whether the hit-test location is at the leading or the trailing side of the character. When the C1TextLayout.HitTestInfo.IsInside value is set to FALSE, this value is set according to the C1TextLayout.HitTestInfo.TextPosition value to represent the edge closest to the hit-test location.  
    Top
    See Also