Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ThreeDFormat Class / DistanceFromGround Property

In This Topic
    DistanceFromGround Property
    In This Topic
    Gets or sets the object distance from the ground.

    Allowed values are from -400 to 400, inclusive.

    Default value is 0.

    Note that this property cannot be applied for text.

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