LabelAlignmentValues 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.
Label Alignment
public enum LabelAlignmentValuespublic readonly struct LabelAlignmentValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues>type LabelAlignmentValues = type LabelAlignmentValues = struct
    interface IEnumValue
    interface IEnumValueFactory<LabelAlignmentValues>Public Enum LabelAlignmentValuesPublic Structure LabelAlignmentValues
Implements IEnumValue, IEnumValueFactory(Of LabelAlignmentValues), IEquatable(Of LabelAlignmentValues)- Inheritance
- 
				LabelAlignmentValues
- Inheritance
- 
				LabelAlignmentValues
Fields
| Name | Value | Description | 
|---|---|---|
| Center | 0 | Center. When the item is serialized out as xml, its value is "ctr". | 
| Left | 1 | Left. When the item is serialized out as xml, its value is "l". | 
| Right | 2 | Right. When the item is serialized out as xml, its value is "r". | 
| Center | Center. When the item is serialized out as xml, its value is "ctr". | |
| Equality(LabelAlignmentValues, LabelAlignmentValues) | ||
| Equals(LabelAlignmentValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<LabelAlignmentValues>.Create(String) | ||
| Inequality(LabelAlignmentValues, LabelAlignmentValues) | ||
| LabelAlignmentValues(String) | Creates a new LabelAlignmentValues enum instance | |
| Left | Left. When the item is serialized out as xml, its value is "l". | |
| Right | Right. When the item is serialized out as xml, its value is "r". | |
| ToString() |