C#
VB
C++
Determines how to align the image in the destination rectangle.
Members
Value | Member | Description |
---|---|---|
0 | Near | Align the image to the left (if this is the horizontal alignment) or top (if this is the vertical alignment) of the destination rectangle. |
1 | Center | Center the image in the middle of the destination rectangle. If the image size is greater than the destination rectangle size then do not center the image. |
2 | CenterAlways | Center the image in the middle of the destination rectangle. |
3 | Far | Align the image to the right (if this is the horizontal alignment) or bottom (if this is the vertical alignment) of the destination rectangle. |