IWpfTextViewMargin Interface
Visual Studio 2015
Represents WPF text view margins.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | Enabled | Determines whether the margin is enabled.(Inherited from ITextViewMargin.) |
![]() | MarginSize | Gets the size of the margin.(Inherited from ITextViewMargin.) |
![]() | VisualElement | Gets the FrameworkElement that renders the margin. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | GetTextViewMargin(String) | Gets the ITextViewMargin with the specified margin name.(Inherited from ITextViewMargin.) |
For more information about margins, see the "Margins" section of Inside the Editor. For more information about margins, see the "Extending Margins and Scrollbars" section in Editor Extension Points.
Show:

