LayoutNode.StyleLabel Property

Style Label.Represents the attribte in schema: styleLbl

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

Syntax

'Declaration
<SchemaAttrAttribute(, "styleLbl")> _
Public Property StyleLabel As StringValue
    Get
    Set
'Usage
Dim instance As LayoutNode
Dim value As StringValue

value = instance.StyleLabel

instance.StyleLabel = value
[SchemaAttrAttribute(, "styleLbl")]
public StringValue StyleLabel { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies which formatting option from a style or color variation should be applied to this layout node.

The possible values for this attribute are defined by the XML Schema string data type.

See Also

Reference

LayoutNode Class

LayoutNode Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace