Click or drag to resize
UpdateDisplayBackgroundImageLayout Property
Gets or sets the background image layout as defined in the ImageLayout enumeration.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public override ImageLayout BackgroundImageLayout { get; set; }

Property Value

Type: ImageLayout

Return Value

Type: ImageLayout
One of the values of ImageLayout (Center , None, Stretch, Tile, or Zoom). Tile is the default value.
Exceptions
ExceptionCondition
InvalidEnumArgumentException The specified enumeration value does not exist.
See Also