Nevron .NET Vision
Nevron.GraphicsCore Namespace / NCircularArcToCommand Class / ControlY Property


In This Topic
    ControlY Property (NCircularArcToCommand)
    In This Topic
    Gets/sets the Y coordinate of the control point
    Syntax
    'Declaration
     
    
    Public Property ControlY As System.Single
    'Usage
     
    
    Dim instance As NCircularArcToCommand
    Dim value As System.Single
     
    instance.ControlY = value
     
    value = instance.ControlY
    public System.float ControlY {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