Property: BottomQuietZone

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

Syntax:

property BottomQuietZone: Integer;

Description:

Specifies the vertical height of the bottom 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):

BottomQuietZone property

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

Contents