←Select platform

DoubleTapSizeMode Property (ImageViewerPanZoomInteractiveMode)

Summary

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

Syntax

C#
VB
C++
public virtual ControlSizeMode DoubleTapSizeMode { get; set; } 
Public Overridable Property DoubleTapSizeMode() As ControlSizeMode 
   Get 
   Set 
public:  
   virtual property ControlSizeMode^ DoubleTapSizeMode 
   { 
      ControlSizeMode^ get() 
      void set(ControlSizeMode^ value) 
   } 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls.WinForms Assembly
Click or drag to resize