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


In This Topic
    X Property (Point)
    In This Topic
    Gets or sets the x-coordinate of this Point.
    Syntax
    'Declaration
     
    
    Public Property X As Double
    'Usage
     
    
    Dim instance As Point
    Dim value As Double
     
    instance.X = value
     
    value = instance.X
    public double X {get; set;}
    See Also