LeftRightAlignment
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies whether an object or text is aligned to the left or right of a reference point.
- C#
- VB.NET
public enum LeftRightAlignment : Enum
Public Enum LeftRightAlignment As [Enum]
Fields
| Name | Description |
|---|---|
| Left | The object or text is aligned to the left of the reference point. |
| Right | The object or text is aligned to the right of the reference point. |
Used By
| Name | Description |
|---|---|
| DesktopTaskBarItem.Position | Returns or sets the position of this DesktopTaskBarItem within the taskbar in the parent Desktop. |
| DesktopTaskBarItemDateTime.Position | Returns or sets the position of this DesktopTaskBarItem within the taskbar in the parent Desktop. |
| ComponentTool.Position | Returns or sets the horizontal alignment of this ComponentTool within the parent's container. |
| ContextMenu.Show | Displays the context menu at the specified position and with the specified alignment in relation to the specified control. |
| ContextMenu.ShowAsync | Asynchronously displays the context menu at the specified position and with the specified alignment in relation to the specified control. |