←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpeg2000 Assembly