Calendar for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1DropDownEditorBase Class / BackgroundImageLayout Property

In This Topic
    BackgroundImageLayout Property (C1DropDownEditorBase)
    In This Topic
    Gets or sets the background image layout as defined in the System.Windows.Forms.ImageLayout enumeration.
    Syntax
    'Declaration
     
    
    Public Overridable Property BackgroundImageLayout As ImageLayout
    public virtual ImageLayout BackgroundImageLayout {get; set;}
    See Also