'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> <System.ComponentModel.EditorAttribute(Nevron.Chart.NPanelSelectorTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property Panel As NPanel
'Usage
Dim instance As NPanelAnchor Dim value As NPanel instance.Panel = value value = instance.Panel
[System.Xml.Serialization.XmlIgnore()] [System.ComponentModel.Editor(Nevron.Chart.NPanelSelectorTypeEditor, System.Drawing.Design.UITypeEditor)] public NPanel Panel {get; set;}