ChartDrawingPart.UserShapes Property
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property UserShapes As UserShapes
Get
Set
'Usage
Dim instance As ChartDrawingPart
Dim value As UserShapes
value = instance.UserShapes
instance.UserShapes = value
public UserShapes UserShapes { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Charts.UserShapes