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