ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / Coordinate Class / Y Property

In This Topic
    Y Property (Coordinate)
    In This Topic
    Gets or sets the value of y-coordinate.
    Syntax
    'Declaration
     
    
    Public Property Y As Single
    public float Y {get; set;}

    Property Value

    A float value indicates the y-coordinate.
    See Also