ITextView Properties
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | BufferGraph | Gets the IBufferGraph that contains the set of source buffers that contribute to this view. |
![]() | Caret | Gets the caret element. |
![]() | HasAggregateFocus | Determines whether the view or any of its adornments has focus. |
![]() | InLayout | Determines whether the view is in the process of being laid out. |
![]() | IsClosed | Determines whether this text view has been closed. |
![]() | IsMouseOverViewOrAdornments | Determines whether the mouse is over the view or any of its adornments. |
![]() | LineHeight | Gets the nominal height of a line of text in the view. |
![]() | MaxTextRightCoordinate | Gets the right coordinate of the longest line, whether or not that line is currently visible, in logical pixels. |
![]() | Options | Gets the options for this text view. |
![]() | Properties | (Inherited from IPropertyOwner.) |
![]() | ProvisionalTextHighlight | Gets the span of text covered by the provisional text highlight. |
![]() | Roles | The roles which this view plays. Roles partially determine the extensions that are instantiated for the view. |
![]() | Selection | Gets the selection element. |
![]() | TextBuffer | Gets the ITextBuffer whose text is rendered in this view. |
![]() | TextDataModel | Gets the ITextDataModel of this text view. |
![]() | TextSnapshot | Gets the ITextSnapshot of the text that is currently rendered in the view. |
![]() | TextViewLines | Gets a read-only list of the ITextViewLine objects rendered in this view. |
![]() | TextViewModel | Gets the ITextViewModel of this text view. |
![]() | ViewportBottom | Gets the position of the bottom edge of the viewpoint in the text rendering coordinate system. |
![]() | ViewportHeight | Gets the height of the visible content window (including the margin) in logical pixels. |
![]() | ViewportLeft | Gets or sets the position of the left edge of the viewpoint in the text rendering coordinate system. |
![]() | ViewportRight | Gets the position of the right edge of the viewpoint in the text rendering coordinate system. |
![]() | ViewportTop | Gets the position of the top edge of the viewpoint in the text rendering coordinate system. |
![]() | ViewportWidth | Gets the width of the visible content window (including the margin) in logical pixels. |
![]() | ViewScroller | Gets a helper that provides various methods to scroll or manipulate the view. |
![]() | VisualSnapshot | Gets the ITextSnapshot of the visual buffer that is being rendered. |
