ComponentOne TileControl for WinForms
BackImageLayout Enumeration

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace : BackImageLayout Enumeration
Defines the different types of the background image layout.
Syntax
'Declaration
 
Public Enum BackImageLayout 
   Inherits System.Enum
public enum BackImageLayout : System.Enum 
Members
MemberDescription
ClipThe image is left-aligned at the top across the control's client rectangle.
StretchThe image is streched across the control's client rectangle.
TileThe image is tiled across the control's client rectangle.
ZoomThe image is enlarged within the control's client rectangle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Tile.BackImageLayout

See Also

Reference

C1.Win.C1Tile Namespace