←Select platform

CanRotate Property

Summary
Indicates if this object supports rotation.
Syntax
C#
VB
Objective-C
C++
Java
public override bool CanRotate { get; } 
Public Overrides ReadOnly Property CanRotate As Boolean 
@property (nonatomic,readonly) BOOL canRotate; 
public boolean canRotate() 
public:  
   virtual property bool CanRotate 
   { 
      bool get() override 
   } 

Property Value

This implementation returns false since this object type does not support rotation.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.