In This Article

IEditorViewMargin Interface

Provides the base requirements for a margin within an IEditorView.

public interface IEditorViewMargin : ITextViewMargin, IOrderable, IKeyedObject

Properties

Placement

Gets a EditorViewMarginPlacement indicating the placement of the margin within its parent IEditorView.

EditorViewMarginPlacement Placement { get; }

Property Value

EditorViewMarginPlacement:

A EditorViewMarginPlacement indicating the placement of the margin within its parent IEditorView.

Visibility

Gets the visibility of the margin.

Visibility Visibility { get; }

Property Value

Visibility:

The visibility of the margin.

Inherited Members