Wisej.Web.LeftRightAlignment
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Specifies whether an object or text is aligned to the left or right of a reference point.
public enum LeftRightAlignment : Enum
Public Enum LeftRightAlignment As [Enum]
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.
DesktopTaskBarItem.Position
Returns or sets the position of this DesktopTaskBarItem within the taskbar in the parent Desktop.
DesktopTaskBarItemDateTime.Position
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.
Last updated 3 years ago
Was this helpful?