List Raised Button Current Item - IconAlignment Property
Position of the icon within the control
Member of List Raised Button Current Item (PRIM_MD.ListRaisedButtonCurrentItem)
Data Type - Enumeration
The IconAlignment property specifies where the Icon or IconImage will be positioned within the control.
| Enum Value | Description |
|---|---|
| AboveCaption | Above the Caption and using the same alignment as the CaptionAlignment |
| AfterCaption | To the right of the Caption and using the same alignment as the CaptionAlignment |
| BeforeCaption | To the left of the Caption and using the same alignment as the CaptionAlignment |
| Below | Below the Caption and using the same alignment as the CaptionAlignment |
| 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