InputPanel for WinForms | ComponentOne
C1.Win.5 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 Double
    public double Y {get; set;}
    See Also