RAD Studio VCL Reference
|
Alignment of image on TButton.
TImageAlignment = ( iaLeft, iaRight, iaTop, iaBottom, iaCenter );
enum TImageAlignment { iaLeft, iaRight, iaTop, iaBottom, iaCenter };
TImageAlignment indicates the alignment of an image on a TButton, which is the value of its ImageAlignment property. Following are the possible values of TImageAlignment:
Value |
Meaning |
iaLeft |
Left aligned. |
iaRight |
Right aligned. |
iaTop |
Top aligned. |
iaBottom |
Bottom aligned. |
iaCenter |
Center aligned. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|