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

BackgroundImageFormat.Position Property

Background image position.

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

The BackgroundPosition enumeration member that specifies position of the background image.

Default value is Center.

See Also

Reference