VerticalAlignmentValues Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Vertical Alignment
public enum VerticalAlignmentValuespublic readonly struct VerticalAlignmentValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues>type VerticalAlignmentValues = type VerticalAlignmentValues = struct
    interface IEnumValue
    interface IEnumValueFactory<VerticalAlignmentValues>Public Enum VerticalAlignmentValuesPublic Structure VerticalAlignmentValues
Implements IEnumValue, IEnumValueFactory(Of VerticalAlignmentValues), IEquatable(Of VerticalAlignmentValues)- Inheritance
- 
				VerticalAlignmentValues
- Inheritance
- 
				VerticalAlignmentValues
Fields
| Name | Value | Description | 
|---|---|---|
| Top | 0 | Top. When the item is serialized out as xml, its value is "t". | 
| Middle | 1 | Middle. When the item is serialized out as xml, its value is "mid". | 
| Bottom | 2 | Bottom. When the item is serialized out as xml, its value is "b". | 
| None | 3 | None. When the item is serialized out as xml, its value is "none". | 
| Top2010 | 4 | top. When the item is serialized out as xml, its value is "top". This item is only available in Office 2010 and later. | 
| Middle2010 | 5 | center. When the item is serialized out as xml, its value is "center". This item is only available in Office 2010 and later. | 
| Bottom2010 | 6 | bottom. When the item is serialized out as xml, its value is "bottom". This item is only available in Office 2010 and later. | 
| Bottom | Bottom. When the item is serialized out as xml, its value is "b". | |
| Bottom2010 | bottom. When the item is serialized out as xml, its value is "bottom". This item is only available in Office 2010 and later. | |
| Equality(VerticalAlignmentValues, VerticalAlignmentValues) | ||
| Equals(Object) | ||
| Equals(VerticalAlignmentValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<VerticalAlignmentValues>.Create(String) | ||
| Inequality(VerticalAlignmentValues, VerticalAlignmentValues) | ||
| Middle | Middle. When the item is serialized out as xml, its value is "mid". | |
| Middle2010 | center. When the item is serialized out as xml, its value is "center". This item is only available in Office 2010 and later. | |
| None | None. When the item is serialized out as xml, its value is "none". | |
| Top | Top. When the item is serialized out as xml, its value is "t". | |
| Top2010 | top. When the item is serialized out as xml, its value is "top". This item is only available in Office 2010 and later. | |
| ToString() | ||
| VerticalAlignmentValues(String) | Creates a new VerticalAlignmentValues enum instance |