Version 24.2 (latest)

DocumentViewLine Class Properties

For a list of all members of this type, see DocumentViewLine members.

Public Properties
 NameDescription
Public PropertyBoundsReturns the bounding rectangle of the line in text area coordinates. (read only)  
Public PropertyLayoutChangeTypeReturns a value that indicates the kind of change (if any) that occurred for this line during the last layout pass. (read only)  
Public PropertyLayoutTranslationOffsetReturns 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)  
Public PropertyLineEndPointReturns a Point corresponding to the top/left corner of the unoccupied character position following the last character on the line. (read only)  
Public PropertyLineEndTextLocationReturns a Infragistics.Documents.Parsing.TextLocation corresponding to the unoccupied character position following the last character on the line. (read only)  
Public PropertyLineFirstCharacterPointReturns a Point corresponding to the top/left corner of the first character position on the line. (read only)  
Public PropertyLineFirstTextLocationReturns a Infragistics.Documents.Parsing.TextLocation corresponding to the first character position on the line. (read only)  
Public PropertyLineLastCharacterPointReturns a Point corresponding to the top/left corner of the last character position on the line. (read only)  
Public PropertyLineLastTextLocationReturns a Infragistics.Documents.Parsing.TextLocation corresponding to the last character position on the line. (read only)  
Public PropertyLineStartPointReturns a Point corresponding to the top/left corner of the first character on the line. (read only)  
Public PropertyLineStartTextLocationReturns a Infragistics.Documents.Parsing.TextLocation corresponding to the first last character on the line. (read only)  
Public PropertySnapshotLineInfoThe SnapshotLineInfo associated with this DocumentViewLine.  
See Also