FormControlProperties.TextVerticalAlign Property
textVAlign.Represents the attribte in schema: textVAlign
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "textVAlign")> _
Public Property TextVerticalAlign As EnumValue(Of TextVerticalAlignmentValues)
Get
Set
'Uso
Dim instance As FormControlProperties
Dim value As EnumValue(Of TextVerticalAlignmentValues)
value = instance.TextVerticalAlign
instance.TextVerticalAlign = value
[SchemaAttrAttribute(, "textVAlign")]
public EnumValue<TextVerticalAlignmentValues> TextVerticalAlign { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<TextVerticalAlignmentValues>