Specifies possible values for background image position.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Enumeration BackgroundPosition
public enum BackgroundPosition
| Member name | Description | |
|---|---|---|
| TopLeft |
Background image is positioned in the left top corner. |
|
| TopCenter |
Background image is positioned in the middle of the top side. |
|
| TopRight |
Background image is positioned in the right top corner. |
|
| CenterLeft |
Background image is positioned in the middle of the left side. |
|
| Center |
Background image is positioned in the center. |
|
| CenterRight |
Background image is positioned in the middle of the right side. |
|
| BottomLeft |
Background image is positioned in the left bottom corner. |
|
| BottomCenter |
Background image is positioned in the middle of the bottom side. |
|
| BottomRight |
Background image is positioned in the right bottom corner. |