TiSlidingCompass.ShowMidTicks

TiSlidingCompass See Also

Specifies whether the Mid Ticks are shown.

property ShowMidTicks : Boolean;

Description

Use ShowMidTicks to specify whether Mid Ticks are shown. When ShowMidTicks is False, Mid Ticks are not shown. When ShowMidTicks is True, Mid Ticks are shown.

Mid Ticks are the middle minor ticks between major ticks that are bolded only when the number of minor ticks is an odd value. Labels for Mid Ticks can be shown independently of showing the Mid Ticks by using the ShowMidTickLabels and ShowMidTicks properties.

Example

Delphi

iComponent.ShowMidTicks := True;

C++ Builder

iComponent->ShowMidTicks = True;

Contents | Index | Previous | Next