RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
StdCtrls.TImageAlignment Enumeration

Alignment of image on TButton.

Pascal
TImageAlignment = (
  iaLeft,
  iaRight,
  iaTop,
  iaBottom,
  iaCenter
);
C++
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!