TiSevenSegmentDisplay.SegmentMargin
TiSevenSegmentDisplay See Also
Specifies the Top-Left margin of the digits relative to the control.
property SegmentMargin : Integer;
Description
Use SegmentMargin to set the Top-Left margin of the digits relative to the
control. The SegmentMargin value is in pixels.
Example
Delphi
iComponent.SegmentMargin := 5;
C++ Builder
iComponent->SegmentMargin = 5;
Contents | Index | Previous | Next