'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets dark the color of the gripper.")> <System.ComponentModel.EditorAttribute(Nevron.UI.WinForm.Controls.NColorEditor, System.Drawing.Design.UITypeEditor)> Public Property DarkColor As System.Drawing.Color
'Usage
Dim instance As NGripperShape Dim value As System.Drawing.Color instance.DarkColor = value value = instance.DarkColor
[System.ComponentModel.Description("Gets/sets dark the color of the gripper.")] [System.ComponentModel.Editor(Nevron.UI.WinForm.Controls.NColorEditor, System.Drawing.Design.UITypeEditor)] public System.Drawing.Color DarkColor {get; set;}