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

In This Topic
    BackgroundImageLayout Property (ToolTipSettings)
    In This Topic
    Gets or sets the background image layout as defined in the InputImageLayout enumeration.
    Syntax
    'Declaration
     
    Public Property BackgroundImageLayout As InputImageLayout
    public InputImageLayout BackgroundImageLayout {get; set;}
    See Also