Partager via


ConnectionShape.ShapeStyle Property

Shape Style.Represents the element tag in schema: a:style

Namespace:  DocumentFormat.OpenXml.Drawing
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.Drawing.ShapeStyle
Returns ShapeStyle.

See Also

Reference

ConnectionShape Class

ConnectionShape Members

DocumentFormat.OpenXml.Drawing Namespace