Position of the badge relative to the Control
Member of Badge (PRIM_MD.Badge)
Data Type - Enumeration
The BadgeAlignment property controls the position of the Badge relative to the Control to which it is attached.
Enum Value | Description |
---|---|
BottomCenter | Horizontally centered and attached to the bottom edge |
BottomLeft | Left justified and attached to the bottom edge |
BottomRight | Right justified and attached to the bottom edge |
Center | Horizontally and vertically centered |
CenterLeft | Left justified and vertically centered |
CenterRight | Right justified and vertically centered |
TopCenter | Horizontally centered and attached to the upper edge |
TopLeft | Left justified and attached to the upper edge |
TopRight | Right justified and attached to the upper edge |
Febuary 18 V14SP2