Dock Enum

Definition

Specifies the Dock position of a child element that is inside a DockPanel.

public enum Dock
type Dock = 
Public Enum Dock
Inheritance
Dock

Fields

Bottom 3

Dock Bottom

Left 0

Dock left

Right 2

Dock Right

Top 1

Dock Top

Applies to