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

Rotate Property (AnnEditDesigner)






Gets or sets a value indicating whether this AnnEditDesigner is in rotate mode.
Syntax
public virtual bool Rotate {get; set;}
'Declaration
 
Public Overridable Property Rotate As Boolean
'Usage
 
Dim instance As AnnEditDesigner
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 this AnnEditDesigner is in rotate mode; otherwise false.
Remarks
When the AnnEditDesigner is in a rotate mode, clicking and dragging on the EditObject will cause it to rotate around its origin.
Example
For an example, refer to AnnDesigner.
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

AnnEditDesigner Class
AnnEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

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