LEADTOOLS Annotations (Leadtools.Annotations assembly)

Rotate Property (AnnAutomation)

Show in webframe





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

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


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