System.Windows.Forms.VisualStyles.OffsetType Enumeration

Specifies where an offset is applied to a window element.

Syntax

public enum OffsetType

Remarks

The System.Windows.Forms.VisualStyles.OffsetType values represent the return values of the VisualStyleRenderer.GetEnumValue(EnumProperty) method when it is called with an argument value of EnumProperty.OffsetType.

Members

Member NameDescription
AboveLastButton

The offset is applied from above the last button.

BelowLastButton

The offset is applied from below the last button.

BottomLeft

The offset is applied from the bottom left of the element.

BottomMiddle

The offset is applied from the bottom middle of the element.

BottomRight

The offset is applied from the bottom right of the element.

LeftOfCaption

The offset is applied from the left of the caption.

LeftOfLastButton

The offset is applied from the left of the last button.

MiddleLeft

The offset is applied from the middle left of the element.

MiddleRight

The offset is applied from the middle right of the element.

RightOfCaption

The offset is applied from the right of the caption.

RightOfLastButton

The offset is applied from the right of the last button.

TopLeft

The offset is applied from the top left of the element.

TopMiddle

The offset is applied from the top middle of the element.

TopRight

The offset is applied from the top right of the element.

Requirements

Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0