LEADTOOLS Annotations (Leadtools.Annotations assembly)

FixedState Property

Show in webframe





Gets or sets the font and pen fixed state of this object.
Syntax
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);
}

Property Value

One or more combination of the AnnFixedStateOperations enumeration members indicating the font and pen fixed state of the object. Default value is AnnFixedStateOperations.None.
Remarks

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.

Example
For an example, refer to AnnFixedStateOperations
Requirements

Target Platforms

See Also

Reference

AnnObject Class
AnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.