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


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