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