'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the Color of the pane.")> Public Property ChangeStyle As ColorChangeStyle
'Usage
Dim instance As NColorPaneBase Dim value As ColorChangeStyle instance.ChangeStyle = value value = instance.ChangeStyle
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the Color of the pane.")] public ColorChangeStyle ChangeStyle {get; set;}