In This Article

EditorViewMarginPlacement Enum

Specifies the placement location of a margin within an IEditorView.

public enum EditorViewMarginPlacement

Fields

Name Description
FixedBottom

Located between the outer bottom border of the view and the scrollable region of the view.

FixedLeft

Located between the outer left border of the view and the scrollable region of the view.

FixedRight

Located between the outer right border of the view and the scrollable region of the view.

FixedTop

Located between the outer top border of the view and the scrollable region of the view.

ScrollableBottom

Located in the scrollable region of the view, on the bottom of the text area.

ScrollableLeft

Located in the scrollable region of the view, on the left of the text area.

ScrollableRight

Located in the scrollable region of the view, on the right of the text area.

ScrollableTop

Located in the scrollable region of the view, on the top of the text area.