Leadtools.Annotations Namespace > AnnObject Class : FixedState Property |
public AnnFixedStateOperations FixedState {get; set;}
'Declaration Public Property FixedState As AnnFixedStateOperations
'Usage Dim instance As AnnObject Dim value As AnnFixedStateOperations instance.FixedState = value value = instance.FixedState
public: property AnnFixedStateOperations FixedState { AnnFixedStateOperations get(); void set ( AnnFixedStateOperations value); }
Use this property to fix an annotation object where any text or pen used to draw it will have a fixed value and will not change when the container is zoomed in or out.
For more information on fixed annotation objects, refer to Fixed Annotations.