Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / Point3D Structure / X Property


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