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

BackgroundImageFormat.Position Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a position of the background image.

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

Syntax

Visual Basic
Public Property Position As BackgroundPosition
C#
public BackgroundPosition Position { get; set; }

Property Value

Type: Aurigma.ImageUploader.BackgroundPosition

The position of the background image.

Default value is Center.

See Also

Reference