Gets or sets the fixed state for this AnnObject.
public AnnFixedStateOperations FixedStateOperations { get; set; }
Public Property FixedStateOperations As Leadtools.Annotations.Core.AnnFixedStateOperations
public Leadtools.Annotations.Core.AnnFixedStateOperations FixedStateOperations {get; set;}
@property (nonatomic) LTAnnFixedStateOperations fixedStateOperation;
public int getFixedStateOperations()
public void setFixedStateOperations(int fixedStateOperations)
get_FixedStateOperations();
set_FixedStateOperations(value);
Object.defineProperty('FixedStateOperations');
public:
property AnnFixedStateOperations^ FixedStateOperations
{
AnnFixedStateOperations^ get()
void set(AnnFixedStateOperations^ value)
}
A AnnFixedStateOperations value that indicates the fixed state for this AnnObject. The default value is AnnFixedStateOperations.None.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET