TiSpectrumDisplay.OuterMarginBottom

TiSpectrumDisplay See Also

Specifies the margin between the bottom of the control and the bar display area.

property OuterMarginBottom : Double;

Description

Use OuterMarginBottom to get or set the margin between the bottom of the control and the bar display area.

Example

Delphi

iComponent.OuterMarginBottom := 10;

C++ Builder

iComponent->OuterMarginBottom = 10;

Contents | Index | Previous | Next