次の方法で共有


Picture.ShapeStyle Property

ShapeStyle, this property is only available in Office2010.Represents the element tag in schema: pic14:style

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

Syntax

'宣言
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property ShapeStyle As ShapeStyle
    Get
    Set
'使用
Dim instance As Picture
Dim value As ShapeStyle

value = instance.ShapeStyle

instance.ShapeStyle = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public ShapeStyle ShapeStyle { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle

See Also

Reference

Picture Class

Picture Members

DocumentFormat.OpenXml.Drawing.Pictures Namespace