Position

Wisej.Web.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

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

NameDescription

Returns or sets the position of the ComponentTool items associated with this control.

Scrolls the specified cell into view aligned according to the position specified by alignX and alignY , if possible.

Scrolls the specified column into view aligned to the left or right according to the position specified by alignX .

Scrolls the specified row into view aligned to the top or bottom according to the position specified by alignY .

Return or sets the position of the taskbar to one of the four sides indicated by the Position values.

Returns or sets the position of the ComponentTool items associated with this control.

Returns or sets the position of the ComponentTool items associated with this control.

Last updated