The smoothlevel to be used.

  • 0 = no smooth
  • 1 = 5 points
  • 2 = 9 points
  • 3 = 15 points
  • 4 = 24 points


Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public SmoothLevel As Integer
C#
public int SmoothLevel;
C++
public:
 int SmoothLevel sealed ;
J#
public int SmoothLevel
JScript
public SmoothLevel : int;

See Also