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