←Select platform

Rotate Property

Summary

Gets or sets a value indicating whether this AnnEditDesigner is in rotate mode.

Syntax

C#
VB
C++
public virtual bool Rotate { get; set; } 
  
Public Overridable Property Rotate As Boolean 
public: 
virtual property bool Rotate { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly