AnnEnableAdjust property (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

bool AnnEnableAdjust

Delphi Syntax

AnnEnableAdjust: Boolean

Overview

Refer to Implementing Annotations.

Remarks

Gets or sets a value that specifies whether the annotation will be automatically adjusted when changing the fixed states. Possible values are:

Setting

Description

TRUE

The annotation object is automatically adjusted when changing the fixed state.

FALSE

The annotation object is not automatically adjusted when changing the fixed state.

Setting AnnEnableAdjust to TRUE automatically adjusts the size and location of the object before fixing or un-fixing the annotation object. The result is the annotation object will not jump around as you change its fixed state.

If you set EnableAdjust to FALSE, the annotation object can move or resize if the annotation container has scalar values other than 1, or offset values other than 0.

See Also

Elements:

AnnFixed property

Topics:

Annotations: Object Manipulation