ITextViewMargin Interface

Definition

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 marginName.

Applies to