'Declaration
<System.ComponentModel.DescriptionAttribute("Gets the object that contains the set of collapse/expand images displayed by the header item.")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> Public ReadOnly Property ArrowImageSet As NExpanderArrowImageSet
'Usage
Dim instance As NExpander Dim value As NExpanderArrowImageSet value = instance.ArrowImageSet
[System.ComponentModel.Description("Gets the object that contains the set of collapse/expand images displayed by the header item.")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public NExpanderArrowImageSet ArrowImageSet {get;}