TextProperties.Shape3DType Property
Apply 3D shape properties.Represents the element tag in schema: a:sp3d
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Shape3DType As Shape3DType
Get
Set
'Usage
Dim instance As TextProperties
Dim value As Shape3DType
value = instance.Shape3DType
instance.Shape3DType = value
public Shape3DType Shape3DType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Shape3DType