TiLedMatrix.SpacingHorizontal
TiLedMatrix
Specifies the horizontal spacing between the indicators.
property SpacingHorizontal : Integer;
Description
Use SpacingHorizontal to change the horizontal 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.SpacingHorizontal := 10;
C++ Builder
iComponent->SpacingHorizontal = 10;
Contents | Index | Previous | Next