←Select platform

CanRotate Property

Summary

Indicates if this object supports rotation.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public virtual bool CanRotate { get; } 
Public Overridable ReadOnly Property CanRotate As Boolean 
public virtual bool CanRotate {get;} 
@property (nonatomic,readonly) BOOL canRotate; 
public boolean canRotate() 
 get_CanRotate();  
public:  
   virtual property bool CanRotate 
   { 
      bool get() 
   } 

Property Value

true if the object supports rotation; otherwise, false

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

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

Leadtools.Annotations.Core Assembly