Share via


Picture.ShapeStyle Property

ShapeStyle.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 Picture
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

Picture Class

Picture Members

DocumentFormat.OpenXml.Drawing Namespace