Diagram.Style Property

Diagram Style Options.Represents the attribte in schema: dgmstyle

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

Syntax

'Declaration
<SchemaAttrAttribute(, "dgmstyle")> _
Public Property Style As IntegerValue
    Get
    Set
'Usage
Dim instance As Diagram
Dim value As IntegerValue

value = instance.Style

instance.Style = value
[SchemaAttrAttribute(, "dgmstyle")]
public IntegerValue Style { get; set; }

Property Value

Type: DocumentFormat.OpenXml.IntegerValue
Returns Int32Value.

See Also

Reference

Diagram Class

Diagram Members

DocumentFormat.OpenXml.Vml.Office Namespace