BackstageEditBox.AlignLabel Property
alignLabel.Represents the attribte in schema: alignLabel
Namespace: DocumentFormat.OpenXml.Office2010.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "alignLabel")> _
Public Property AlignLabel As EnumValue(Of ExpandValues)
Get
Set
'Usage
Dim instance As BackstageEditBox
Dim value As EnumValue(Of ExpandValues)
value = instance.AlignLabel
instance.AlignLabel = value
[SchemaAttrAttribute(, "alignLabel")]
public EnumValue<ExpandValues> AlignLabel { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<ExpandValues>