'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the segmented image used to render the background of the expander.")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> Public ReadOnly Property Background As NSegmentedImage
'Usage
Dim instance As NExpander Dim value As NSegmentedImage value = instance.Background
[System.ComponentModel.Description("Gets/sets the segmented image used to render the background of the expander.")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public NSegmentedImage Background {get;}