Image Brush - Alignment Property

Position of the image

Member of Image Brush (PRIM_VS.ImageBrush)

Data Type - Enumeration

Details

The Alignment property determines where the Image is located when it does not fill the space available. Conversely, if the image is too large for the space, Alignment determines which portion of the image is visible.
 
When the control resizes, the image will follow the alignment rules.

Allowed Values

Enum ValueDescription
BottomCenterHorizontally centered and attached to the bottom edge
BottomLeftLeft justified and attached to the bottom edge
BottomRightRight justified and attached to the bottom edge
CenterHorizontally and vertically centered
CenterLeftLeft justified and vertically centered
CenterRightRight justified and vertically centered
TopCenterHorizontally centered and attached to the upper edge
TopLeftLeft justified and attached to the upper edge
TopRightRight justified and attached to the upper edge


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2