ContainerMarginPlacement.KnownValues Class

Definition

Well-known ContainerMarginPlacement values for container margins supplied by Visual Studio.

public static class ContainerMarginPlacement.KnownValues
type ContainerMarginPlacement.KnownValues = class
Public Class ContainerMarginPlacement.KnownValues
Inheritance
ContainerMarginPlacement.KnownValues

Properties

Bottom

The container margin below the text view.

BottomControl

A horizontal margin container in the Bottom margin that contains the HorizontalScrollBarContainer.

BottomRightCorner

The container margin to the right of the "Bottom" margin and below the "Right" margin.

HorizontalScrollBarContainer

The container margin that contains the HorizontalScrollBar by default.

Left

The container margin to the left of the text view.

LeftSelection

The container margin to the left of the text view that implements mouse handlers for line selection. This behavior is inherited by margins contained in the left selection margin.

Right

The container margin to the right of the text view.

RightControl

A vertical margin container in the Right margin that contains the VerticalScrollBarContainer.

Top

The container margin above the text view.

VerticalScrollBar

The standard vertical scrollbar.

VerticalScrollBarContainer

The container margin that contains the VerticalScrollBar by default.

Applies to