StyleRunProperties.VerticalTextAlignment Property

VerticalTextAlignment.Represents the element tag in schema: w:vertAlign

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property VerticalTextAlignment As VerticalTextAlignment
    Get
    Set
'Usage
Dim instance As StyleRunProperties
Dim value As VerticalTextAlignment

value = instance.VerticalTextAlignment

instance.VerticalTextAlignment = value
public VerticalTextAlignment VerticalTextAlignment { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment

See Also

Reference

StyleRunProperties Class

StyleRunProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace