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

