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

In This Topic
    BackgroundImageLayout Property (C1SuperLabelBase)
    In This Topic
    Gets or sets the background image layout as defined in the BackgroundImageLayout enumeration.
    Syntax
    'Declaration
     
    
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
    <C1DescriptionAttribute("SL.BackgroundImageLayout", "Gets or sets the background image layout as defined in the BackgroundImageLayout enumeration.")>
    <BrowsableAttribute(True)>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <C1CategoryAttribute("Appearance")>
    Public Shadows Property BackgroundImageLayout As BackgroundImageLayout
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
    [C1Description("SL.BackgroundImageLayout", "Gets or sets the background image layout as defined in the BackgroundImageLayout enumeration.")]
    [Browsable(true)]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [C1Category("Appearance")]
    public new BackgroundImageLayout BackgroundImageLayout {get; set;}
    See Also