Leadtools.Annotations.Core Namespace > AnnObject Class : FixedStateOperations Property |
public AnnFixedStateOperations FixedStateOperations {get; set;}
Public Property FixedStateOperations As AnnFixedStateOperations
public AnnFixedStateOperations FixedStateOperations {get; set;}
@property (nonatomic) LTAnnFixedStateOperations fixedStateOperation;
public int getFixedStateOperations() public void setFixedStateOperations(int fixedStateOperations)
get_FixedStateOperations();
set_FixedStateOperations(value);
Object.defineProperty('FixedStateOperations');
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.