'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;}