TiPhonePad.ButtonSpacing
TiPhonePad See Also
Specifies the spacing between the buttons in the Phone Pad control.
property ButtonSpacing : Double;
Description
Use ButtonSpacing to change the spacing between the buttons. ButtonSpacing is
a spacing value determined by the width/height of all buttons in the control.
If ButtonSpacing is set to 0.5, then the spacing between the buttons is one
half the width/height of the buttons.
The absolute pixel distance between the buttons depends on the size of the
control, and also affects the size of the buttons. The OuterMargin property also affects the size of the buttons as well.
Example
Delphi
iComponent.ButtonSpacing := 0.25;
C++ Builder
iComponent->ButtonSpacing = 0.25;
Contents | Index | Previous | Next