'Declaration
<System.ComponentModel.CategoryAttribute("Scene")> <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 NModel Dim value As System.Single instance.Width = value value = instance.Width
[System.ComponentModel.Category("Scene")] [System.ComponentModel.Description("Gets/sets the node width (in scene coordinates)")] [System.Xml.Serialization.XmlIgnore()] public virtual System.float Width {get; set;}