RectangleAlignmentValues 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.
Rectangle Alignments
public enum RectangleAlignmentValuespublic readonly struct RectangleAlignmentValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues>, IEquatable<DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues>type RectangleAlignmentValues = type RectangleAlignmentValues = struct
    interface IEnumValue
    interface IEnumValueFactory<RectangleAlignmentValues>Public Enum RectangleAlignmentValuesPublic Structure RectangleAlignmentValues
Implements IEnumValue, IEnumValueFactory(Of RectangleAlignmentValues), IEquatable(Of RectangleAlignmentValues)- Inheritance
- 
				RectangleAlignmentValues
- Inheritance
- 
				RectangleAlignmentValues
Fields
| Name | Value | Description | 
|---|---|---|
| TopLeft | 0 | Rectangle Alignment Enum ( Top Left ). When the item is serialized out as xml, its value is "tl". | 
| Top | 1 | Rectangle Alignment Enum ( Top ). When the item is serialized out as xml, its value is "t". | 
| TopRight | 2 | Rectangle Alignment Enum ( Top Right ). When the item is serialized out as xml, its value is "tr". | 
| Left | 3 | Rectangle Alignment Enum ( Left ). When the item is serialized out as xml, its value is "l". | 
| Center | 4 | Rectangle Alignment Enum ( Center ). When the item is serialized out as xml, its value is "ctr". | 
| Right | 5 | Rectangle Alignment Enum ( Right ). When the item is serialized out as xml, its value is "r". | 
| BottomLeft | 6 | Rectangle Alignment Enum ( Bottom Left ). When the item is serialized out as xml, its value is "bl". | 
| Bottom | 7 | Rectangle Alignment Enum ( Bottom ). When the item is serialized out as xml, its value is "b". | 
| BottomRight | 8 | Rectangle Alignment Enum ( Bottom Right ). When the item is serialized out as xml, its value is "br". | 
| Bottom | Rectangle Alignment Enum ( Bottom ). When the item is serialized out as xml, its value is "b". | |
| BottomLeft | Rectangle Alignment Enum ( Bottom Left ). When the item is serialized out as xml, its value is "bl". | |
| BottomRight | Rectangle Alignment Enum ( Bottom Right ). When the item is serialized out as xml, its value is "br". | |
| Center | Rectangle Alignment Enum ( Center ). When the item is serialized out as xml, its value is "ctr". | |
| Equality(RectangleAlignmentValues, RectangleAlignmentValues) | ||
| Equals(Object) | ||
| Equals(RectangleAlignmentValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<RectangleAlignmentValues>.Create(String) | ||
| Inequality(RectangleAlignmentValues, RectangleAlignmentValues) | ||
| Left | Rectangle Alignment Enum ( Left ). When the item is serialized out as xml, its value is "l". | |
| RectangleAlignmentValues(String) | Creates a new RectangleAlignmentValues enum instance | |
| Right | Rectangle Alignment Enum ( Right ). When the item is serialized out as xml, its value is "r". | |
| Top | Rectangle Alignment Enum ( Top ). When the item is serialized out as xml, its value is "t". | |
| TopLeft | Rectangle Alignment Enum ( Top Left ). When the item is serialized out as xml, its value is "tl". | |
| TopRight | Rectangle Alignment Enum ( Top Right ). When the item is serialized out as xml, its value is "tr". | |
| ToString() |