Property: TopQuietZone

Specifies the vertical height of the top quiet zone in modules.

Syntax:

property TopQuietZone: Integer;

Description:

Specifies the vertical height of the top quiet zone in modules. The quiet zone is drawn using the color specified by the SpaceColor property if the Inversed property is set to false. Otherwise, it's drawn using the color specified by the BarColor property. See diagram (the SpaceColor property value is set to claSilver in order to accentuate the quiet zones):

TopQuietZone property

This property is useful only when the ShowQuietZone property value is set to true.

Contents