Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rectangle Structure / Y Property


In This Topic
    Y Property (Rectangle)
    In This Topic
    Gets or sets the y-coordinate of the top edge of this Rect structure.
    Syntax
    'Declaration
     
    
    Public Property Y As Double
    'Usage
     
    
    Dim instance As Rectangle
    Dim value As Double
     
    instance.Y = value
     
    value = instance.Y
    public double Y {get; set;}

    Property Value

    The y-coordinate of the top edge of this Rect structure.
    See Also