VerticalAlignmentValues Enumeration

Vertical Alignment

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

Syntax

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

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".
None None. When the item is serialized out as xml, its value is "none".
Top2010 top. When the item is serialized out as xml, its value is "top".This item is only available in Office2010.
Middle2010 center. When the item is serialized out as xml, its value is "center".This item is only available in Office2010.
Bottom2010 bottom. When the item is serialized out as xml, its value is "bottom".This item is only available in Office2010.

See Also

Reference

DocumentFormat.OpenXml.Drawing.Diagrams Namespace