doubleTapSizeMode Property

Summary

Specifies how to fit the viewer when the user double click or taps.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewerPanZoomInteractiveMode.prototype, 'doubleTapSizeMode', 
	get: function(), 
	set: function(value) 
) 
doubleTapSizeMode: ControlSizeMode; 

Property Value

A value that specifies how to fit the viewer when the user double click or taps. Default value is ControlSizeMode.FitWidth.

Remarks

To disable this behavior, set the value of DoubleTapSizeMode to ControlSizeMode.None.

Requirements

Target Platforms

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

Leadtools.Controls Assembly