ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Interop Namespace / Point Structure / Y Property

In This Topic
    Y Property (Point)
    In This Topic
    Gets or sets the Y coordinate of the current Point.
    Syntax
    'Declaration
     
    Public Property Y As System.Double
    public System.double Y {get; set;}
    See Also