ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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 System.Windows.Forms.ImageLayout
    public virtual System.Windows.Forms.ImageLayout BackgroundImageLayout {get; set;}
    See Also