TiLedMatrix.OuterMargin

TiLedMatrix

Specifies the outer margin between the border and the indicators array.

property OuterMargin : Integer;

Description

Use OuterMargin to set the margin between the outer border and the indicators array. If Autosize is enabled, the size of the control will change in response to this property being changed.

Example

Delphi

iComponent.OuterMargin := 10;

C++ Builder

iComponent->OuterMargin = 10;

Contents | Index | Previous | Next