TiSpectrumDisplay.OuterMarginRight

TiSpectrumDisplay See Also

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

property OuterMarginRight : Double;

Description

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

Example

Delphi

iComponent.OuterMarginRight := 10;

C++ Builder

iComponent->OuterMarginRight = 10;

Contents | Index | Previous | Next