'Declaration
<System.ComponentModel.CategoryAttribute("Data")> <System.ComponentModel.DescriptionAttribute("Gets/sets the Y coordinate of the bezier curve first control point")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property FirstControlY As System.Single
'Usage
Dim instance As NBezierCurveToCommand Dim value As System.Single instance.FirstControlY = value value = instance.FirstControlY
[System.ComponentModel.Category("Data")] [System.ComponentModel.Description("Gets/sets the Y coordinate of the bezier curve first control point")] [System.Xml.Serialization.XmlAttribute()] public System.float FirstControlY {get; set;}