Leadtools.Annotations.Core Namespace : AnnFixedStateOperations Enumeration |
public enum AnnFixedStateOperations : System.Enum
Public Enum AnnFixedStateOperations Inherits System.Enum
public enum AnnFixedStateOperations : System.Enum
typedef enum LTAnnFixedStateOperations
public enum AnnFixedStateOperations
Leadtools.Annotations.Core.AnnFixedStateOperations = function() { }; Leadtools.Annotations.Core.AnnFixedStateOperations.prototype = {
None = 0, Scrolling = 1, Zooming = 2, FontSize = 4, StrokeWidth = 8, LengthValue = 16, };
The LEADTOOLS Annotation toolkit supports fixing the object size and location when the container zooms or scrolls. To fix an object, change the AnnObject.FixedStateOperations property from the default AnnFixedStateOperations.None to the desired state.
You can combine members of this enumeration together using a logical OR operation.
For more information on fixed annotation objects, refer to Fixed Annotations.