AnchorStyles
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies how a control anchors to the edges of its container.
- C#
- VB.NET
public enum AnchorStyles : Enum
Public Enum AnchorStyles As [Enum]
Fields
| Name | Description |
|---|---|
| Bottom | The control is anchored to the bottom edge of its container. |
| Left | The control is anchored to the left edge of its container. |
| None | The control is not anchored to any edges of its container. |
| Right | The control is anchored to the right edge of its container. |
| Top | The control is anchored to the top edge of its container. |
Used By
| Name | Description |
|---|---|
| Control.Anchor | Returns or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. |
| Control.ResizableEdges | Returns or sets the edges of the control that can be dragged to resize the control. |
| Label.Anchor | Returns or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. |