TiLedBar.SegmentMargin

TiLedBar See Also

Specifies the side margin of the segments and the margin at the beginning and end of the segment bar.

property SegmentMargin : Integer;

Description

Use SegmentMargin to set the side margin of the segments and the margin at the beginning and end of the segment bar. The SegmentMargin value is in pixels.

Example

Delphi

iComponent.SegmentMargin := 2;

C++ Builder

iComponent->SegmentMargin = 2;

Contents | Index | Previous | Next