TreeView for WinForms | ComponentOne
C1.Win.SuperTooltip Namespace / C1SuperTooltipBase Class / BackgroundImageLayout Property

In This Topic
    BackgroundImageLayout Property (C1SuperTooltipBase)
    In This Topic
    Gets or sets the background image layout as defined in the BackgroundImageLayout enumeration.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("ST.BackgroundImageLayout", "Gets or sets the background image layout as defined in the BackgroundImageLayout enumeration.")>
    <C1CategoryAttribute("Appearance")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property BackgroundImageLayout As BackgroundImageLayout
    [C1Description("ST.BackgroundImageLayout", "Gets or sets the background image layout as defined in the BackgroundImageLayout enumeration.")]
    [C1Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public BackgroundImageLayout BackgroundImageLayout {get; set;}
    See Also