'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("The color used to fill the inner border")> <System.ComponentModel.DefaultValueAttribute(System.Drawing.Color, "ControlDark")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property InnerBorderColor As System.Drawing.Color
'Usage
Dim instance As NStandardFrameStyle Dim value As System.Drawing.Color instance.InnerBorderColor = value value = instance.InnerBorderColor
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("The color used to fill the inner border")] [System.ComponentModel.DefaultValue(System.Drawing.Color, "ControlDark")] [System.Xml.Serialization.XmlIgnore()] public System.Drawing.Color InnerBorderColor {get; set;}