Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rect Structure / X Property


In This Topic
    X Property (Rect)
    In This Topic
    Gets or sets the x-coordinate of the left edge of this Rect structure.
    Syntax
    'Declaration
     
    
    Public Property X As Integer
    'Usage
     
    
    Dim instance As Rect
    Dim value As Integer
     
    instance.X = value
     
    value = instance.X
    public int X {get; set;}

    Property Value

    The x-coordinate of the left edge of this Rect structure.
    See Also