Shape.ShapeStyle Property

ShapeStyle.Represents the element tag in schema: dsp:style

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

Syntax

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

value = instance.ShapeStyle

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

Property Value

Type: DocumentFormat.OpenXml.Office.Drawing.ShapeStyle

See Also

Reference

Shape Class

Shape Members

DocumentFormat.OpenXml.Office.Drawing Namespace