constants TextAlignEnum
Specifies the alignment of the caption in the thumbnail control. Use the Alignment property to specify the caption's alignment.

NameValueDescription
exAlignTopLeft0 The object or text is aligned in the top-left side of the control element.
exAlignTopCenter1 The object or text is aligned in the top-center side of the control element.
exAlignTopRight2 The object or text is aligned in the top-right side of the control element.
exAlignMiddleLeft16 The object or text is aligned in the middle-left side of the control element.
exAlignMiddleCenter17 The object or text is aligned in the center of the control element.
exAlignMiddleRight18 The object or text is aligned in the middle-right side of the control element.
exAlignBottomLeft32 The object or text is aligned in the bottom-left side of the control element.
exAlignBottomCenter33 The object or text is aligned in the bottom-center side of the control element.
exAlignBottomRight34 The object or text is aligned in the bottom-right side of the control element.