Version 24.2 (latest)

DocumentViewBase Class Properties

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

Public Properties
 NameDescription
Public PropertyCurrentSnapshotReturns the Infragistics.Documents.TextDocumentSnapshot used to generate the current set of VisibleLines  
Public PropertyDocumentReturns the Infragistics.Documents.TextDocument associated with the view.  
Public PropertyFirstVisibleLineNumberReturns/sets the zero-based line index of the first visible DocumentViewLine displayed in the EditorDocumentView  
Public PropertyHorizontalLineOffsetReturns/sets the zero-based horizontal pixel offset of the DocumentViewLines displayed in the EditorDocumentView  
Public PropertyLastVisibleLineNumberReturns the zero-based line index of the last visible DocumentViewLine displayed in the EditorDocumentView (read only)  
Public PropertySyntaxEditorReturns the XamSyntaxEditor associated with the view.  
Public PropertyTextAreaBoundsReturns the bounding rectangle of the text area (the area within the scrollbars and margins where the text is rendered) in control coordinates. (read only)  
Public PropertyVisibleLinesReturns a read only observable collection of DocumentViewLines that represent the lines currently displayed in the DocumentViewBase (read-only)  
See Also