'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the size of the header")> <System.ComponentModel.DefaultValueAttribute(5)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property CornerRounding As System.Single
'Usage
Dim instance As NToggleDecoratorBackground Dim value As System.Single instance.CornerRounding = value value = instance.CornerRounding
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Controls the size of the header")] [System.ComponentModel.DefaultValue(5)] [System.Xml.Serialization.XmlAttribute()] public System.float CornerRounding {get; set;}