←Select platform

BeginDelay Property

Summary

Delay to use before auto-panning starts.

Syntax

C#
VB
C++
public int BeginDelay { get; set; } 
Public Property BeginDelay() As Integer 
   Get 
   Set 
public:  
   property int BeginDelay 
   { 
      int get() 
      void set(int value) 
   } 

Property Value

The delay to use before auto-panning starts in milliseconds. Default value is 100.

Remarks

BeginDelay is the time between the cursor or touch is moved next to an edge and when the auto-pan starts.

Requirements

Target Platforms

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

Leadtools.Controls.WinForms Assembly