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