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