'Declaration
<System.ComponentModel.CategoryAttribute("Elements")> <System.ComponentModel.DescriptionAttribute("Gets the toggle background.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public ReadOnly Property Background As NToggleDecoratorBackground
'Usage
Dim instance As NToggleDecorator Dim value As NToggleDecoratorBackground value = instance.Background
[System.ComponentModel.Category("Elements")] [System.ComponentModel.Description("Gets the toggle background.")] [System.Xml.Serialization.XmlIgnore()] public NToggleDecoratorBackground Background {get;}