Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonControlHost Class / BackgroundImageLayout Property

In This Topic
    BackgroundImageLayout Property (RibbonControlHost)
    In This Topic
    Gets or sets the background image layout used for the hosted control.
    Syntax
    'Declaration
     
    
    Public Overridable Property BackgroundImageLayout As ImageLayout
    public virtual ImageLayout BackgroundImageLayout {get; set;}
    See Also