Back to DOM
DOM.Enums.RectangleAlignmentValues
Namespace: DOM.Enums
Defines the RectangleAlignmentValues enumeration.
10 members
Fields
Bottom
b. When the item is serialized out as xml, its value is "b".
BottomLeft
bl. When the item is serialized out as xml, its value is "bl".
BottomRight
br. When the item is serialized out as xml, its value is "br".
Center
ctr. When the item is serialized out as xml, its value is "ctr".
Left
l. When the item is serialized out as xml, its value is "l".
None
none. When the item is serialized out as xml, its value is "none".
Right
r. When the item is serialized out as xml, its value is "r".
Top
t. When the item is serialized out as xml, its value is "t".
TopLeft
tl. When the item is serialized out as xml, its value is "tl".
TopRight
tr. When the item is serialized out as xml, its value is "tr".