Skip to main content
Version: 3.5

Position

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies one of four positions in a container.

public enum Position : Enum

Fields

NameDescription
BottomIndicates the bottom side of a container.
LeftIndicates the left side of a container.
RightIndicates the right side of a container.
TopIndicates the top side of a container.

Used By

NameDescription
DataGridView.ToolsPositionReturns or sets the position of the ComponentTool items associated with this control.
DataGridView.ScrollCellIntoViewScrolls the specified cell into view aligned according to the position specified by alignX and alignY , if possible.
DataGridView.ScrollColumnIntoViewScrolls the specified column into view aligned to the left or right according to the position specified by alignX .
DataGridView.ScrollRowIntoViewScrolls the specified row into view aligned to the top or bottom according to the position specified by alignY .
Desktop.TaskbarPositionReturn or sets the position of the taskbar to one of the four sides indicated by the Position values.
ListView.ToolsPositionReturns or sets the position of the ComponentTool items associated with this control.
PropertyGrid.ToolsPositionReturns or sets the position of the ComponentTool items associated with this control.