Glossary Item Box

LabDevTools Send comments on this topic.

TracePointer

Gets or sets the tracking of the Pointer of the control to leave from the minimal value.

 

[Visual Basic]
Public Property TracePointer As Boolean
 
[C#]
public bool TracePointer
Observations:

In the below figure such property is set up on:

LabDevTools.Knob.Appearance.PointerProperties.TracePointer = True

(with LabDevTools.Knob.Appearance.Style = LabDevTools.StyleKnob.StyleFlat and LabDevTools.Knob.Appearance.PointerProperties.ColorPointer = Color.Red). 

 

Of default it is False.

 

The color of the trace is that one of the Pointer when the property: LabDevTools.Knob.Appearance.PointerProperties.TracePointer = True
See also:

PointerColor | PointerType | PointerWidth

 

 


Copyright © 2007 LabDevTools. All Rights Reserved.