UpdateDisplayBackgroundImageLayout Property |
Gets or sets the background image layout as defined in the
ImageLayout enumeration.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic override ImageLayout BackgroundImageLayout { get; set; }
Public Overrides Property BackgroundImageLayout As ImageLayout
Get
Set
public:
virtual property ImageLayout BackgroundImageLayout {
ImageLayout get () override;
void set (ImageLayout value) override;
}
abstract BackgroundImageLayout : ImageLayout with get, set
override BackgroundImageLayout : ImageLayout with get, set
Property Value
Type:
ImageLayoutReturn Value
Type:
ImageLayout
One of the values of
ImageLayout (
Center ,
None,
Stretch,
Tile, or
Zoom).
Tile is the default value.
Exceptions
See Also