Share via


Vector3DType.Dz Property

Distance along Z-axis in 3D.Represents the attribte in schema: dz

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "dz")> _
Public Property Dz As Int64Value
    Get
    Set
'Usage
Dim instance As Vector3DType
Dim value As Int64Value

value = instance.Dz

instance.Dz = value
[SchemaAttrAttribute(, "dz")]
public Int64Value Dz { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int64Value
Returns Int64Value.

See Also

Reference

Vector3DType Class

Vector3DType Members

DocumentFormat.OpenXml.Drawing Namespace