ImageLayout Enumeration

Specifies the position of the image on the control.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public enum ImageLayout

Members

None0 The image is left-aligned at the top across the control's client rectangle.
Tile1 The image is tiled across the control's client rectangle.
Stretch2 The image is stretched across the control's client rectangle.
ScaleToFit3 The image is scaled to fit the control's client rectangle.
ScaleToFill4 The image is scaled to fill the control's client rectangle.

See Also