ImageAlign
Specifies the alignment of a image in the border.
Bottom_Center = 8
Specifies that image is aligned in the center-center of the layout rectangle.
Bottom_Left = 7
Specifies that image is aligned in the center-left of the layout rectangle.
Bottom_Right = 9
Specifies that image is aligned in the center-right of the layout rectangle.
Center_Center = 5
Specifies that image is aligned in the center-center of the layout rectangle.
Center_Left = 4
Specifies that image is aligned in the center-left of the layout rectangle.
Center_Right = 6
Specifies that image is aligned in the center-right of the layout rectangle.
None = 0
Specifies that image is not aligned in the layout rectangle.
Top_Center = 2
Specifies that image is aligned in the top-center of the layout rectangle.
Top_Left = 1
Specifies that image is aligned in the top-left of the layout rectangle.
Top_Right = 3
Specifies that image is aligned in the top-right of the layout rectangle.