DockLayoutInput Element

Defines input for a dock layout element.

Syntax

<DockLayoutInput
    Alignment="{Center | Far | Fill | Near}"
    Position="{Bottom | Client | Left | Right | Top}"
/>

Attributes

Alignment

Specifies the dock layout alignment, which must be a member of the DockLayoutAlignment enumeration.

Position

Specifies the dock layout position, which must be a member of the DockLayoutPosition enumeration.

Requirements

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also