Leadtools.Windows.Annotations Namespace : AnnFixedStateOperations Enumeration |
[FlagsAttribute()] public enum AnnFixedStateOperations : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum AnnFixedStateOperations Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As AnnFixedStateOperations
[FlagsAttribute()] public enum class AnnFixedStateOperations : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
The LEADTOOLS Annotation toolkit supports fixing the object size and location when the container zooms or scrolls. To fix an object, change the AnnObject.FixedState property from the default AnnFixedStateOperations.None to the desired state.
You can combine members of this enumeration together using a logical or operation (| in C# or OR in Visual Basic).
For more information on fixed annotation objects, refer to WPF Fixed Annotations.
For C#/VB examples, refer to AnnObject.FixedState.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Annotations.AnnFixedStateOperations