ConnectionShape.ShapeProperties Property

Shape Properties.Represents the element tag in schema: p:spPr

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

Syntax

'Declaration
Public Property ShapeProperties As ShapeProperties
    Get
    Set
'Usage
Dim instance As ConnectionShape
Dim value As ShapeProperties

value = instance.ShapeProperties

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.ShapeProperties
Returns ShapeProperties.

See Also

Reference

ConnectionShape Class

ConnectionShape Members

DocumentFormat.OpenXml.Presentation Namespace