BackstageGroup.Style Property

style.Represents the attribte in schema: style

Namespace:  DocumentFormat.OpenXml.Office2010.CustomUI
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "style")> _
Public Property Style As EnumValue(Of StyleValues)
    Get
    Set
'Usage
Dim instance As BackstageGroup
Dim value As EnumValue(Of StyleValues)

value = instance.Style

instance.Style = value
[SchemaAttrAttribute(, "style")]
public EnumValue<StyleValues> Style { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<StyleValues>

See Also

Reference

BackstageGroup Class

BackstageGroup Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace