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