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


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