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