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