Share via


StyleLabel.Style Property

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

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

Syntax

'Declaration
Public Property Style As Style
    Get
    Set
'Usage
Dim instance As StyleLabel
Dim value As Style

value = instance.Style

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.Diagrams.Style
Returns Style.

See Also

Reference

StyleLabel Class

StyleLabel Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace