CommonSlideData.ShapeTree Property

Shape Tree.Represents the element tag in schema: p:spTree

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

Syntax

'Declaration
Public Property ShapeTree As ShapeTree
    Get
    Set
'Usage
Dim instance As CommonSlideData
Dim value As ShapeTree

value = instance.ShapeTree

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.ShapeTree
Returns ShapeTree.

See Also

Reference

CommonSlideData Class

CommonSlideData Members

DocumentFormat.OpenXml.Presentation Namespace