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

BackgroundPosition Enumeration

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
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.

See Also

Reference