RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomButton.ImageMargins Property

Margins of image on button.

Pascal
property ImageMargins: TImageMargins;
C++
__property TImageMargins ImageMargins;

A button image may be positioned using margins. ImageMargins holds aTImageMargins object containing the margins of an image on a button. The TImageMargins.OnChange event is triggered when a margin changes. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!