GroupShape.NonVisualGroupShapeProperties Property

Non-Visual Group Shape Properties.Represents the element tag in schema: cdr:nvGrpSpPr

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

Syntax

'Declaration
Public Property NonVisualGroupShapeProperties As NonVisualGroupShapeProperties
    Get
    Set
'Usage
Dim instance As GroupShape
Dim value As NonVisualGroupShapeProperties

value = instance.NonVisualGroupShapeProperties

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties

See Also

Reference

GroupShape Class

GroupShape Members

DocumentFormat.OpenXml.Drawing.ChartDrawing Namespace