TiSpectrumDisplay.OuterMarginLeft

TiSpectrumDisplay See Also

Specifies the margin between the left side of the control and the bar display area.

property OuterMarginLeft : Double;

Description

Use OuterMarginLeft to get or set the margin between the left side of the control and bar display area.

Example

Delphi

iComponent.OuterMarginLeft := 10;

C++ Builder

iComponent->OuterMarginLeft = 10;

Contents | Index | Previous | Next