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

Rotate Property (AnnAutomation)






Gets a value indicating whether the current AnnEditDesigner is in rotate mode.
Syntax
public virtual bool Rotate {get; set;}
'Declaration
 
Public Overridable Property Rotate As Boolean
'Usage
 
Dim instance As AnnAutomation
Dim value As Boolean
 
instance.Rotate = value
 
value = instance.Rotate
public virtual bool Rotate {get; set;}
 get_Rotate();
set_Rotate(value);
public:
virtual property bool Rotate {
   bool get();
   void set (    bool value);
}

Property Value

true if the current AnnEditDesigner is in rotate mode; otherwise, false.
Remarks
This value has the same effect as changing the Rotate property of the AnnEditDesigner class.
Example
For an example, refer to CanRotate.
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

AnnAutomation Class
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices

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