Skip to main content
Version: 3.5

DockStyle

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the position and manner in which a control is docked.

public enum DockStyle : Enum

Fields

NameDescription
BottomThe control's bottom edge is docked to the bottom of its containing control.
FillAll the control's edges are docked to the all edges of its containing control and sized appropriately.
LeftThe control's left edge is docked to the left edge of its containing control.
NoneThe control is not docked.
RightThe control's right edge is docked to the right edge of its containing control.
TopThe control's top edge is docked to the top of its containing control.

Used By

NameDescription
Control.DockReturns or sets which control borders are docked to its parent control and determines how a control is resized with its parent.
Control.LayoutChildrenArranges all the child Control using the specified dock style, spaced by spacing pixels.
Label.DockReturns or sets which control borders are docked to its parent control and determines how a control is resized with its parent.
Desktop.DockReturns or sets which control borders are docked to its parent control and determines how a control is resized with its parent.
MenuBar.Dock
StatusBar.DockReturns or sets the docking behavior of the StatusBar control.
ToolBar.Dock