LEADTOOLS Annotations (Leadtools.Annotations assembly)

Rotate Property (AnnEditDesigner)

Show in webframe





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 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

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

 

 


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