FormBackgroundImageLayout Property
Gets or sets the background image layout as defined in the
ImageLayout enumeration.
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public ImageLayout BackgroundImageLayout { get; set; }
Public Property BackgroundImageLayout As ImageLayout
Get
Set
member BackgroundImageLayout : ImageLayout with get, set
Return Value
ImageLayoutOne of the values of
ImageLayout (
Center ,
None,
Stretch,
Tile, or
Zoom).
Tile is the default value.