Share via


Shape3DType.Z Property

Shape Depth.Represents the attribte in schema: z

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

Syntax

'Declaration
<SchemaAttrAttribute(, "z")> _
Public Property Z As Int64Value
    Get
    Set
'Usage
Dim instance As Shape3DType
Dim value As Int64Value

value = instance.Z

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

Property Value

Type: DocumentFormat.OpenXml.Int64Value

See Also

Reference

Shape3DType Class

Shape3DType Members

DocumentFormat.OpenXml.Drawing Namespace