BackstageLabelControl.AlignLabel Property
alignLabel.Represents the attribte in schema: alignLabel
Namespace: DocumentFormat.OpenXml.Office2010.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "alignLabel")> _
Public Property AlignLabel As EnumValue(Of ExpandValues)
Get
Set
'Применение
Dim instance As BackstageLabelControl
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>