'Declaration
<System.ComponentModel.CategoryAttribute("Bounds")> <System.ComponentModel.DescriptionAttribute("Gets/sets the bounds of the node (in scene coordinates)")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Overridable Property Bounds As NRectangleF
'Usage
Dim instance As NViewportBand Dim value As NRectangleF instance.Bounds = value value = instance.Bounds
[System.ComponentModel.Category("Bounds")] [System.ComponentModel.Description("Gets/sets the bounds of the node (in scene coordinates)")] [System.Xml.Serialization.XmlIgnore()] public virtual NRectangleF Bounds {get; set;}