'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("The color of the light inner bevel side.")> <System.ComponentModel.DefaultValueAttribute(System.Drawing.Color, "Control")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property InnerBevelLightColor As System.Drawing.Color
'Usage
Dim instance As NStandardFrameStyle Dim value As System.Drawing.Color instance.InnerBevelLightColor = value value = instance.InnerBevelLightColor
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("The color of the light inner bevel side.")] [System.ComponentModel.DefaultValue(System.Drawing.Color, "Control")] [System.Xml.Serialization.XmlIgnore()] public System.Drawing.Color InnerBevelLightColor {get; set;}