ImageAlignment Enumeration

Used to align an image within its drawing rectangle.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public enum ImageAlignment

Members

TopLeft0 Image is aligned into top left corner.
TopCenter1 Image is aligned into top corner in the center.
TopRight2 Image is aligned into top right corner.
MiddleLeft3 Image is aligned to the middle to the left.
MiddleCenter4 Image is aligned to the middle to the center.
MiddleRight5 Image is aligned to the middle to the right.
BottomLeft6 Image is aligned to the bottom to the right.
BottomCenter7 Image is aligned to the bottom to the center.
BottomRight8 Image is aligned to the bottom to the right.

See Also