ImageLayout Enumeration
Specifies the position of the image on the control.
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
Public Enumeration ImageLayout
None | 0 |
The image is left-aligned at the top across the control's client rectangle.
|
Tile | 1 |
The image is tiled across the control's client rectangle.
|
Stretch | 2 |
The image is stretched across the control's client rectangle.
|
ScaleToFit | 3 |
The image is scaled to fit the control's client rectangle.
|
ScaleToFill | 4 |
The image is scaled to fill the control's client rectangle.
|