ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Interop Namespace / Rect Structure / Y Property

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