←Select platform

DoubleTapSizeMode Property

Summary

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

Syntax
C#
C++/CLI
public virtual ControlSizeMode DoubleTapSizeMode { 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

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

Leadtools.Controls Assembly

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