HorizontalAlignment

Wisej.Web.HorizontalAlignment

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Specifies how an object or text in a control is horizontally aligned relative to an element of the control.

public enum HorizontalAlignment : Enum

Fields

NameDescription

Center

The object or text is aligned in the center of the control element.

Left

The object or text is aligned on the left of the control element.

Right

The object or text is aligned on the right of the control element.

Used By

NameDescription

Scrolls the control into view in the container using the specified alignX and alignY preferences.

Scrolls the specified child control into view. using the specified alignX and alignY preferences.

Returns or sets the alignment of the text in the spin box (also known as an up-down control).

Returns or sets the alignment of the up and down buttons on the spin box (also known as an up-down control).

Return or sets the alignment of the content of the taskbar.

Scrolls the specified child control into view. using the specified alignX preference.

Returns or sets the alignment of text and icons within the status bar panel.

Adds a column header to the collection with specified text, width, and alignment settings.

Creates a new column header and inserts it into the collection at the specified index.

Last updated