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

In This Topic
    ForeImageLayout Enumeration
    In This Topic
    Defines the different types of the foreground image layout.
    Syntax
    'Declaration
     
    
    Public Enum ForeImageLayout 
       Inherits System.Enum
    public enum ForeImageLayout : System.Enum 
    Members
    MemberDescription
    ClipThe image is clipped if necessary.
    ClipNoPaddingThe image is displayed as it is and doesn't take into account the owner's Padding.
    ScaleInnerScale the image to fit into the available area.
    ScaleOuterScale the image to fill the whole available area.
    StretchStretch the image to fill the available area.
    TileThe image is tiled across the available area.
    TileStretchTile the image into the 3x3 matrix and stretch it to fill the available area.
    Inheritance Hierarchy

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

    See Also