Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / BackgroundImageLayout Enumeration

In This Topic
    BackgroundImageLayout Enumeration
    In This Topic
    Specifies the layout logic used to display the image.
    Syntax
    'Declaration
     
    
    Public Enum BackgroundImageLayout 
       Inherits System.Enum
    public enum BackgroundImageLayout : System.Enum 
    Members
    MemberDescription
    CenterThe image is centered within the control's client rectangle.
    NoneThe image is left-aligned at the top across the control's client rectangle.
    StretchThe image is stretched across the control's client rectangle.
    TileThe image is tiled across the control's client rectangle.
    TileStretchThe image is split into nine pieces and tiled within the control's client rectangle. Center tiles are stretched, corner tiles are rendered with the original size.
    ZoomThe image is enlarged within the control's client rectangle.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Ribbon.BackgroundImageLayout

    See Also