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

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

    Default value is 0.

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