FixedStateOperations Property (original) (raw)
Summary
Gets or sets the fixed state for this AnnObject.
Syntax
C#
Objective-C
C++/CLI
Java
Python
@property (nonatomic, assign) LTAnnFixedStateOperations fixedStateOperations;
public int getFixedStateOperations()
public void setFixedStateOperations(int fixedStateOperations)
FixedStateOperations # get and set (AnnObject)
Property Value
A AnnFixedStateOperations value that indicates the fixed state for this AnnObject. The default value is AnnFixedStateOperations.None.
Remarks
The LEADTOOLS Annotation toolkit supports fixing the object size and location when the container zooms or scrolls. To fix an object, change the FixedStateOperations property from the default AnnFixedStateOperations.None to the desired state.
For more information on fixed annotation objects, refer to Fixed Annotations.
Leadtools.Annotations.Engine Assembly