NodeVerticalAlignmentValues 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.
Node Vertical Alignment
public enum NodeVerticalAlignmentValuespublic readonly struct NodeVerticalAlignmentValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues>type NodeVerticalAlignmentValues = type NodeVerticalAlignmentValues = struct
    interface IEnumValue
    interface IEnumValueFactory<NodeVerticalAlignmentValues>Public Enum NodeVerticalAlignmentValuesPublic Structure NodeVerticalAlignmentValues
Implements IEnumValue, IEnumValueFactory(Of NodeVerticalAlignmentValues), IEquatable(Of NodeVerticalAlignmentValues)- Inheritance
- 
				NodeVerticalAlignmentValues
- Inheritance
- 
				NodeVerticalAlignmentValues
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". | 
| Bottom | Bottom. When the item is serialized out as xml, its value is "b". | |
| Equality(NodeVerticalAlignmentValues, NodeVerticalAlignmentValues) | ||
| Equals(NodeVerticalAlignmentValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<NodeVerticalAlignmentValues>.Create(String) | ||
| Inequality(NodeVerticalAlignmentValues, NodeVerticalAlignmentValues) | ||
| Middle | Middle. When the item is serialized out as xml, its value is "mid". | |
| NodeVerticalAlignmentValues(String) | Creates a new NodeVerticalAlignmentValues enum instance | |
| Top | Top. When the item is serialized out as xml, its value is "t". | |
| ToString() |