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

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

    Default value is 0.

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