LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

FixedState Property






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 AnnFixedStateOperations FixedState {get; set;}
 get_FixedState();
set_FixedState(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnObject Class
AnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.