ITextViewMargin Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents margins that are attached to an edge of an ITextView.
public interface class ITextViewMargin : IDisposable
public interface ITextViewMargin : IDisposable
type ITextViewMargin = interface
interface IDisposable
Public Interface ITextViewMargin
Implements IDisposable
- Derived
- Implements
Remarks
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 Language Service and Editor Extension Points.
Properties
Enabled |
Determines whether the margin is enabled. |
MarginSize |
Gets the size of the margin. |
Methods
GetTextViewMargin(String) |
Gets the ITextViewMargin with the given |