Share via


FormControlProperties.TextVerticalAlign Property

Definition

textVAlign, this property is only available in Office 2010 and later.

Represents the following attribute in the schema: textVAlign

[DocumentFormat.OpenXml.SchemaAttr(0, "textVAlign")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues> TextVerticalAlign { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues> TextVerticalAlign { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "textVAlign")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues>? TextVerticalAlign { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("textVAlign")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues>? TextVerticalAlign { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues>? TextVerticalAlign { get; set; }
member this.TextVerticalAlign : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "textVAlign")>]
member this.TextVerticalAlign : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("textVAlign")>]
member this.TextVerticalAlign : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues> with get, set
Public Property TextVerticalAlign As EnumValue(Of TextVerticalAlignmentValues)

Property Value

Attributes

Applies to