Shape3DType.ExtrusionHeight Property

Extrusion Height.Represents the attribte in schema: extrusionH

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

Syntax

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

value = instance.ExtrusionHeight

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

Property Value

Type: DocumentFormat.OpenXml.Int64Value

See Also

Reference

Shape3DType Class

Shape3DType Members

DocumentFormat.OpenXml.Drawing Namespace