TiLedBar.SegmentSpacing

TiLedBar See Also

Specifies the spacing between each segment.

property SegmentSpacing : Integer;

Description

Use SegmentSpacing to set the spacing between each segment. The SegmentSpacing value is in pixels.

Example

Delphi

iComponent.SegmentSpacing := 2;

C++ Builder

iComponent->SegmentSpacing = 2;

Contents | Index | Previous | Next