For a list of all members of this type, see DocumentViewLine members.
Name | Description | |
---|---|---|
![]() | Bounds | Returns the bounding rectangle of the line in text area coordinates. (read only) |
![]() | LayoutChangeType | Returns a value that indicates the kind of change (if any) that occurred for this line during the last layout pass. (read only) |
![]() | LayoutTranslationOffset | Returns a value that indicates the number of pixels that this line was moved during the last layout pass if the line's LayoutChangeType is translated. Othwerwise, returns zero. (read only) |
![]() | LineEndPoint | Returns a Point corresponding to the top/left corner of the unoccupied character position following the last character on the line. (read only) |
![]() | LineEndTextLocation | Returns a Infragistics.Documents.Parsing.TextLocation corresponding to the unoccupied character position following the last character on the line. (read only) |
![]() | LineFirstCharacterPoint | Returns a Point corresponding to the top/left corner of the first character position on the line. (read only) |
![]() | LineFirstTextLocation | Returns a Infragistics.Documents.Parsing.TextLocation corresponding to the first character position on the line. (read only) |
![]() | LineLastCharacterPoint | Returns a Point corresponding to the top/left corner of the last character position on the line. (read only) |
![]() | LineLastTextLocation | Returns a Infragistics.Documents.Parsing.TextLocation corresponding to the last character position on the line. (read only) |
![]() | LineStartPoint | Returns a Point corresponding to the top/left corner of the first character on the line. (read only) |
![]() | LineStartTextLocation | Returns a Infragistics.Documents.Parsing.TextLocation corresponding to the first last character on the line. (read only) |
![]() | SnapshotLineInfo | The SnapshotLineInfo associated with this DocumentViewLine. |