←Select platform

EnableRotate Property

Summary

Gets or sets a value that indicates whether to enable rotate.

Syntax

C#
VB
Objective-C
WinRT C#
public bool EnableRotate {get; set;} 
Public Property EnableRotate As Boolean 
public bool EnableRotate {get; set;} 
@property (nonatomic, assign) BOOL enableRotate 
  
get_EnableRotate(); 
set_EnableRotate(value); 
Object.defineProperty('EnableRotate');  

Property Value

true to enable rotate; otherwise, it is false. The default value is true.

Remarks

Refer to ImageViewerPanZoomInteractiveMode for more information on how this property interacts with the rest of the members of this object.

Note:This property is not supported in WinRTPhone.

Requirements

Target Platforms

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

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)