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