Tick Property

Summary

Gets or sets timer tick.

Syntax
C#
VB
C++
public int Tick { get; set; } 
  
Public Property Tick As Integer 
public: 
property int Tick { 
   int get(); 
   void set (    int ); 
} 

Property Value

Duration of timer tick.

Remarks

This field specifies the duration of the timer tick (used by the LIFE instruction parameter), in milliseconds.

Requirements

Target Platforms

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

Leadtools.Jpeg2000 Assembly