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