Skip to main content
Version: 3.5

AnchorStyles

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies how a control anchors to the edges of its container.

public enum AnchorStyles : Enum

Fields

NameDescription
BottomThe control is anchored to the bottom edge of its container.
LeftThe control is anchored to the left edge of its container.
NoneThe control is not anchored to any edges of its container.
RightThe control is anchored to the right edge of its container.
TopThe control is anchored to the top edge of its container.

Used By

NameDescription
Control.AnchorReturns or sets the edges of the container to which a control is bound and determines how a control is resized with its parent.
Control.ResizableEdgesReturns or sets the edges of the control that can be dragged to resize the control.
Label.AnchorReturns or sets the edges of the container to which a control is bound and determines how a control is resized with its parent.