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