'Declaration
<System.ComponentModel.CategoryAttribute("Transform")> <System.ComponentModel.DescriptionAttribute("Gets/sets the shape height (expressed in parent units)")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property Height As System.Single
'Usage
Dim instance As NShapeSheet Dim value As System.Single instance.Height = value value = instance.Height
[System.ComponentModel.Category("Transform")] [System.ComponentModel.Description("Gets/sets the shape height (expressed in parent units)")] [System.Xml.Serialization.XmlIgnore()] public System.float Height {get; set;}