Form - ImageAlignment Property

Position of the image within the form

Member of Form (PRIM_FORM)

Data Type - Enumeration

Details

The ImageAlignment property governs the size and position of the Image specified for the form.
 
When the form resizes, the image will follow the alignment rules.
 
With the exception of Stretch, all images will retain their designed size.

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
StretchImage will fill the form. Aspect ratio is not maintained
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