TiSlidingCompass.ScaleAntiAliasEnabled

TiSlidingCompass See Also

Adjusts the absolute pixel position of the scale ticks and outer margins to automatically eliminate visual artifacts during scale scrolling.

property ScaleAntiAliasEnabled : Boolean;

Description

Use AutoSize to Adjusts the absolute pixel position of the scale ticks and outer margins to eliminate visual artifacts during scale scrolling, such as a "wave pattern" or "tick crawl effect" that is seen when this property is set to False.

Example

Delphi

iComponent.ScaleAntiAliasEnabled := True;

C++ Builder

iComponent->ScaleAntiAliasEnabled = True;

Contents | Index | Previous | Next