'Declaration
<System.ComponentModel.CategoryAttribute("Model")> <System.ComponentModel.DescriptionAttribute("Gets/sets the y radius of the ellipse model")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property ModelYRadius As System.Single
'Usage
Dim instance As NEllipsePath Dim value As System.Single instance.ModelYRadius = value value = instance.ModelYRadius
[System.ComponentModel.Category("Model")] [System.ComponentModel.Description("Gets/sets the y radius of the ellipse model")] [System.Xml.Serialization.XmlIgnore()] public System.float ModelYRadius {get; set;}