Glossary Item Box

LabDevTools Send comments on this topic.

PointerType

Gets or sets the type of Pointer of the control.

 

[Visual Basic]
Public Property PointerType As PointerForm
[C#]
public PointerForm PointerType

[Visual Basic]

Public Enum PointerForm As Byte
     Linear
     Triangular
     Circular
 End Enum

 

[C#]

public enum PointerForm : byte

{

      Linear,

      Triangular,

      Circular,

}

 

Observations:

The types of Pointers are 3: linear, triangular and circular. In the underlying figure the 3 types of Pointer are visualized:

The default is linear:
LabDevTools.Knob.Appearance.PointerProperties.PointerType = LabDevTools.PointerProperties.PointerForm.Linear
See also:

PointerColor | PointerWidth | TracePointer

 

 


Copyright © 2007 LabDevTools. All Rights Reserved.