←Select platform

FixedStateOperations Property

Summary

Gets or sets the fixed state for this AnnObject.

Syntax
C#
VB
Objective-C
C++
Java
public AnnFixedStateOperations FixedStateOperations { get; set; } 
Public Property FixedStateOperations As AnnFixedStateOperations 
@property (nonatomic) LTAnnFixedStateOperations fixedStateOperation; 
public int getFixedStateOperations() 
public void setFixedStateOperations(int fixedStateOperations) 
public:  
   property AnnFixedStateOperations^ FixedStateOperations 
   { 
      AnnFixedStateOperations^ get() 
      void set(AnnFixedStateOperations^ value) 
   } 

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.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly