Nevron .NET Vision
Nevron.GraphicsCore Namespace / NBezierCurveToCommand Class / FirstControlY Property


In This Topic
    FirstControlY Property
    In This Topic
    Gets/sets the Y coordinate of the bezier curve first control point
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also