FormBackgroundImageLayout Property

Gets or sets the background image layout as defined in the ImageLayout enumeration.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public ImageLayout BackgroundImageLayout { get; set; }

Return Value

ImageLayout
One of the values of ImageLayout (Center , None, Stretch, Tile, or Zoom). Tile is the default value.

Exceptions

InvalidEnumArgumentExceptionThe specified enumeration value does not exist.

See Also