RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBitBtn.Margin Property

Specifies the number of pixels between the edge of the image (specified in the Glyph property) and the edge of the button.

Pascal
property Margin: Integer;
C++
__property int Margin;

The margin is the space between the image edge and the button edge. The format of the edges depends on the layout of the image and text (specified in the Layout property). For example, if Layout is blGlyphLeft, the margin appears between the left edge of the image and the left edge of the button. If Margin is 3, three pixels separate the image and the button edges. If Margin is 0, there is no space between the image and the button edges. 

If Margin is -1 (the default value), the image and text (specified in the Caption property) are centered. The number of pixels between the image and button edge is equal to the number of pixels between the opposite edge of the button and the text. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!