TiSpectrumDisplay.OuterMarginTop

TiSpectrumDisplay See Also

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

property OuterMarginTop : Double;

Description

Use OuterMarginTop to get or set the margin between the top of the control and bar display area.

Example

Delphi

iComponent.OuterMarginTop := 10;

C++ Builder

iComponent->OuterMarginTop = 10;

Contents | Index | Previous | Next