RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSpeedButton.Margin Property

Specifies the number of pixels between the edge of the button and the image or caption drawn on its surface.

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

Use Margin to specify the indentation of the image specified by the Glyph property or the text specified by the Caption property. The edges that Margin separates depends on the Layout property. If Layout is blGlyphLeft, the margin appears between the left edge of the image or caption and the left edge of the button. If Layout is blGlyphRight, the margin separates the right edges. If Layout is blGlyphTop, the margin separates the top edges, and if Layout is blGlyphBottom, the margin separates the bottom edges. 

If Margin is –1, the image or text is centered on the button. 

 

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