The NuImageAlignment enumeration is used to determine image alignment parameters.
It is used by the following properties and methods:
Value | Brief description |
NuImageHorizontalAlignmentCenter | Horizontal alignment: center. |
NuImageHorizontalAlignmentLeft | Horizontal alignment: to the left border. |
NuImageHorizontalAlignmentRight | Horizontal alignment: to the right border. |
NuImageHorizontalAlignmentTextLeft | Horizontal alignment: to the left of the text. |
NuImageHorizontalAlignmentTextRight | Horizontal alignment: to the right of the text. |
NuImageVerticalAlignmentBottom | Vertical alignment: to the bottom. |
NuImageVerticalAlignmentCenter | Vertical alignment: center. |
NuImageVerticalAlignmentTop | Vertical alignment: to the top. |
See also: