ConnectionShape.ShapeStyle Property

Connector Shape Style.Represents the element tag in schema: p:style

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

Syntax

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

value = instance.ShapeStyle

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.ShapeStyle
Returns ShapeStyle.

See Also

Reference

ConnectionShape Class

ConnectionShape Members

DocumentFormat.OpenXml.Presentation Namespace