Position
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies one of four positions in a container.
- C#
- VB.NET
public enum Position : Enum
Public Enum Position As [Enum]
Fields
| Name | Description |
|---|---|
| Bottom | Indicates the bottom side of a container. |
| Left | Indicates the left side of a container. |
| Right | Indicates the right side of a container. |
| Top | Indicates the top side of a container. |
Used By
| Name | Description |
|---|---|
| DataGridView.ToolsPosition | Returns or sets the position of the ComponentTool items associated with this control. |
| DataGridView.ScrollCellIntoView | Scrolls the specified cell into view aligned according to the position specified by alignX and alignY , if possible. |
| DataGridView.ScrollColumnIntoView | Scrolls the specified column into view aligned to the left or right according to the position specified by alignX . |
| DataGridView.ScrollRowIntoView | Scrolls the specified row into view aligned to the top or bottom according to the position specified by alignY . |
| Desktop.TaskbarPosition | Return or sets the position of the taskbar to one of the four sides indicated by the Position values. |
| ListView.ToolsPosition | Returns or sets the position of the ComponentTool items associated with this control. |
| PropertyGrid.ToolsPosition | Returns or sets the position of the ComponentTool items associated with this control. |