Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Point3D Class / Z Property

In This Topic
    Z Property (Point3D)
    In This Topic
    Gets or sets the Z-Coordinate in 3D space.

    Default value is 0.

    Syntax
    'Declaration
     
    Public Property Z As System.Single
    public System.float Z {get; set;}
    See Also