JVCL Help:TJvSpeedButton.Margin
JVCL Help: TJvSpeedButton.Margin Property
Search in JVCL Help
Search in all projectsSummary
Specifies the number of pixels between the edge of the image (specified in the Glyph property) and the edge of the button.
Pascal
propertyMargin: Integer;
Description
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.
See Also
TJvCustomSpeedButton.Spacing
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page