HorizontalAlignment
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies how an object or text in a control is horizontally aligned relative to an element of the control.
- C#
- VB.NET
public enum HorizontalAlignment : Enum
Public Enum HorizontalAlignment As [Enum]
Fields
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Control.LayoutChildren | Arranges all the child Control using the specified dock style, spaced by spacing pixels. |
| Control.ScrollControlIntoView | Scrolls the control into view in the container using the specified alignX and alignY preferences. |
| MaskedTextBox.TextAlign | Returns or sets how text is aligned in a TextBox control. |
| Panel.HeaderAlignment | Returns or sets the alignment of the header text in the Panel control. |
| ScrollableControl.ScrollControlIntoView | Scrolls the specified child control into view. using the specified alignX and alignY preferences. |
| TextBox.TextAlign | Returns or sets how text is aligned in a TextBox control. |
| UpDownBase.TextAlign | Returns or sets the alignment of the text in the spin box (also known as an up-down control). |
| UpDownBase.UpDownAlign | Returns or sets the alignment of the up and down buttons on the spin box (also known as an up-down control). |
| Desktop.TaskbarAlignment | Return or sets the alignment of the Items in the taskbar. |
| FlexLayoutPanel.HorizontalAlign | Determines the horizontal alignment of the child controls when LayoutStyle is set to Vertical. |
| FlexLayoutPanel.GetAlignX | Determines the horizontal alignment of the child control within the panel when LayoutStyle is set to Vertical. |
| SlideBar.ScrollControlIntoView | Scrolls the specified child control into view. using the specified alignX preference. |
| ColumnHeader.TextAlign | Returns or sets the horizontal alignment of the text displayed in the ColumnHeader. |
| StatusBar.TextAlign | Returns or sets how text is aligned in a StatusBar control. |
| StatusBarPanel.Alignment | Returns or sets the alignment of text and icons within the status bar panel. |
| ColumnHeaderCollection.Add | Adds a column header to the collection with specified text, width, and alignment settings. |
| ColumnHeaderCollection.Insert | Creates a new column header and inserts it into the collection at the specified index. |