TiLedMatrix.SpacingVertical

TiLedMatrix

Specifies the vertical spacing between the indicators.

property SpacingVertical : Integer;

Description

Use SpacingVertical to change the vertical spacing between the indicators. SpacingHorizontal is in pixels. If Autosize is enabled, the size of the control will change in response to this property being changed.

Example

Delphi

iComponent.SpacingVertical := 10;

C++ Builder

iComponent->SpacingVertical = 10;

Contents | Index | Previous | Next