TiKeyBoard.OuterMargin

TiKeyBoard

Specifies the margin between the keys and the outer side of the keyboard component.

property OuterMargin : Integer;

Description

Use OuterMarginLeft to get or set the margin between the left side of the control and the Scale Background Area. This property is specified in pixels.

Example

Delphi

iComponent.OuterMargin := 10;

C++ Builder

iComponent->OuterMargin = 10;

Contents | Index | Previous | Next