TreeView for WinForms | ComponentOne
C1.Framework Namespace / Style Class / BackImage Property

In This Topic
    BackImage Property (Style)
    In This Topic
    Gets or sets the background image for the element.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    <CategoryAttribute("Background")>
    <DescriptionAttribute("Gets or sets the background image for the element.")>
    Public Property BackImage As Image
    [DefaultValue("")]
    [Category("Background")]
    [Description("Gets or sets the background image for the element.")]
    public Image BackImage {get; set;}
    See Also