←Select platform

Rotate Property

Summary

Gets a value indicating whether the current 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 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

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

Leadtools.Annotations Assembly