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


In This Topic
    Right Property (Rect)
    In This Topic
    Gets the x-coordinate that is the sum of Left and Width property values of this Rect structure.
    Syntax
    'Declaration
     
    
    Public Property Right As Integer
    'Usage
     
    
    Dim instance As Rect
    Dim value As Integer
     
    instance.Right = value
     
    value = instance.Right
    public int Right {get; set;}

    Property Value

    The x-coordinate that is the sum of Left and Width of this Rect.
    See Also