Drawing.ShapeTree Property
ShapeTree.Represents the element tag in schema: dsp:spTree
Namespace: DocumentFormat.OpenXml.Office.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property ShapeTree As ShapeTree
Get
Set
'Usage
Dim instance As Drawing
Dim value As ShapeTree
value = instance.ShapeTree
instance.ShapeTree = value
public ShapeTree ShapeTree { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office.Drawing.ShapeTree