TiLedSpiral.SegmentWidth
TiLedSpiral See Also
Specifies the width of each segment.
property SegmentWidth : Integer;
Description
Use SegmentWidth to set the width of each segment. The SegmentWidth value is
in pixels.
Example
Delphi
iComponent.SegmentWidth := 10;
C++ Builder
iComponent->SegmentWidth = 10;
Contents | Index | Previous | Next