ImageAlignment Enumeration
Used to align an image within its drawing rectangle.
Namespace: BeeMobile.iWheelAssembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
public enum ImageAlignment
Public Enumeration ImageAlignment
| TopLeft | 0 |
Image is aligned into top left corner.
|
| TopCenter | 1 |
Image is aligned into top corner in the center.
|
| TopRight | 2 |
Image is aligned into top right corner.
|
| MiddleLeft | 3 |
Image is aligned to the middle to the left.
|
| MiddleCenter | 4 |
Image is aligned to the middle to the center.
|
| MiddleRight | 5 |
Image is aligned to the middle to the right.
|
| BottomLeft | 6 |
Image is aligned to the bottom to the right.
|
| BottomCenter | 7 |
Image is aligned to the bottom to the center.
|
| BottomRight | 8 |
Image is aligned to the bottom to the right.
|