ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / BackImageLayout Enumeration

In This Topic
    BackImageLayout Enumeration
    In This Topic
    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