GroupShape.GroupShapeProperties Property
Group Shape Properties.Represents the element tag in schema: cdr:grpSpPr
Namespace: DocumentFormat.OpenXml.Drawing.ChartDrawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property GroupShapeProperties As GroupShapeProperties
Get
Set
'Usage
Dim instance As GroupShape
Dim value As GroupShapeProperties
value = instance.GroupShapeProperties
instance.GroupShapeProperties = value
public GroupShapeProperties GroupShapeProperties { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties