'Declaration
<System.ComponentModel.CategoryAttribute("Bevel Effect")> <System.ComponentModel.DescriptionAttribute("The shadow color of the bevel effect applied on the frame.")> <System.ComponentModel.DefaultValueAttribute(System.Drawing.Color, "125, 0, 0, 0")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property ShadowColor As NColor
'Usage
Dim instance As NImageFrameStyle Dim value As NColor instance.ShadowColor = value value = instance.ShadowColor
[System.ComponentModel.Category("Bevel Effect")] [System.ComponentModel.Description("The shadow color of the bevel effect applied on the frame.")] [System.ComponentModel.DefaultValue(System.Drawing.Color, "125, 0, 0, 0")] [System.Xml.Serialization.XmlIgnore()] public NColor ShadowColor {get; set;}