Skip to main content
Version: 3.5

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.

public enum LeftRightAlignment : Enum

Fields

NameDescription
LeftThe object or text is aligned to the left of the reference point.
RightThe object or text is aligned to the right of the reference point.

Used By

NameDescription
DesktopTaskBarItem.PositionReturns or sets the position of this DesktopTaskBarItem within the taskbar in the parent Desktop.
DesktopTaskBarItemDateTime.PositionReturns or sets the position of this DesktopTaskBarItem within the taskbar in the parent Desktop.
ComponentTool.PositionReturns or sets the horizontal alignment of this ComponentTool within the parent's container.
ContextMenu.ShowDisplays the context menu at the specified position and with the specified alignment in relation to the specified control.
ContextMenu.ShowAsyncAsynchronously displays the context menu at the specified position and with the specified alignment in relation to the specified control.