InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanel Class / BackgroundImageLayout Property

In This Topic
    BackgroundImageLayout Property (C1InputPanel)
    In This Topic
    Gets or sets the background image layout used for the input panel.
    Syntax
    'Declaration
     
    Public Overrides Property BackgroundImageLayout As ImageLayout
    public override ImageLayout BackgroundImageLayout {get; set;}
    See Also