Share via


StyleLabel.Shape3D Property

3-D Shape Properties.Represents the element tag in schema: dgm:sp3d

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

Syntax

'Declaration
Public Property Shape3D As Shape3D
    Get
    Set
'Usage
Dim instance As StyleLabel
Dim value As Shape3D

value = instance.Shape3D

instance.Shape3D = value
public Shape3D Shape3D { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D
Returns Shape3D.

See Also

Reference

StyleLabel Class

StyleLabel Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace