IEditorViewMargin Interface
Provides the base requirements for a margin within an IEditorView.
public interface IEditorViewMargin : ITextViewMargin, IOrderable, IKeyedObjectProperties
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.