NodeVerticalAlignmentValues Enumeration

Node Vertical Alignment

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration NodeVerticalAlignmentValues
'Usage
Dim instance As NodeVerticalAlignmentValues
public enum NodeVerticalAlignmentValues

Members

Member name Description
Top Top. When the item is serialized out as xml, its value is "t".
Middle Middle. When the item is serialized out as xml, its value is "mid".
Bottom Bottom. When the item is serialized out as xml, its value is "b".

See Also

Reference

DocumentFormat.OpenXml.Drawing.Diagrams Namespace