BackstageGroupButton.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 Style2Values)
Get
Set
'Usage
Dim instance As BackstageGroupButton
Dim value As EnumValue(Of Style2Values)
value = instance.Style
instance.Style = value
[SchemaAttrAttribute(, "style")]
public EnumValue<Style2Values> Style { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<Style2Values>