'Declaration
<System.ComponentModel.CategoryAttribute("Ellipse")> <System.ComponentModel.DescriptionAttribute("Controls the Y radius of the ellipse")> Public Property RadiusY As System.Single
'Usage
Dim instance As NEllipticalGridTemplate Dim value As System.Single instance.RadiusY = value value = instance.RadiusY
[System.ComponentModel.Category("Ellipse")] [System.ComponentModel.Description("Controls the Y radius of the ellipse")] public System.float RadiusY {get; set;}