Method SetDefaultTimeOutMilliseconds
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
SetDefaultTimeOutMilliseconds(int)
Sets the default time out in milliseconds. Default time out is the time that the component waits after a draw action in order to start redrawing the entities. This happens for usability reasons, panning and scrolling are smoother.
public void SetDefaultTimeOutMilliseconds(int timeout)
Parameters
timeoutintThe timeout in milliseconds.