Specifies how to fit the viewer when the user double click or taps.
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)
}
A value that specifies how to fit the viewer when the user double click or taps. Default value is ControlSizeMode.FitWidth.
To disable this behavior, set the value of DoubleTapSizeMode to ControlSizeMode.None.
ImageViewerPanZoomInteractiveMode Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET