This documentation is for the old version. Go to the latest Upload Suite docs

BackgroundPosition Enumeration

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Specifies possible values for background image position.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Enumeration BackgroundPosition
C#
public enum BackgroundPosition

Members

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.

See Also

Reference