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