Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Geometry Namespace / Point2D Class / Y Property

In This Topic
    Y Property (Point2D)
    In This Topic
    Y coordinate value.
    Syntax
    'Declaration
     
    Public Property Y As Double
    public double Y {get; set;}
    See Also