Specifies the alignment.

Namespace:  BeeMobile.TransparentControls
Assembly:  BeeMobile.TransparentControls.CF3 (in BeeMobile.TransparentControls.CF3.dll) Version: 3.5.8.2

Syntax

C#
public enum Alignment
Visual Basic (Declaration)
Public Enumeration Alignment
Visual C++
public enum class Alignment

Members

Member nameDescription
TopLeft
Top-Left alignment.
TopCenter
Top-Center alignment.
TopRight
Top-Right alignment.
MiddleLeft
Top-Left alignment.
MiddleCenter
Top-Center alignment.
MiddleRight
Top-Right alignment.
BottomLeft
Bottom-Left alignment.
BottomCenter
Bottom-Center alignment.
BottomRight
Bottom-Right alignment.

See Also