Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NExplorerBar Class / Background Property


In This Topic
    Background Property (NExplorerBar)
    In This Topic
    Gets the segmented image used to render control's background.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets the segmented image used to render control's background.")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property Background As NSegmentedImage
    'Usage
     
    
    Dim instance As NExplorerBar
    Dim value As NSegmentedImage
     
    value = instance.Background
    [System.ComponentModel.Description("Gets the segmented image used to render control's background.")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public NSegmentedImage Background {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also