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
- System.Windows.Visibility:
The visibility of the margin.