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