Gets or sets a value indicating whether the pointer value can be changed only discretely. In other words, the pointer Value can be only integer.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
C# Copy Code |
---|
public bool IsDiscrete { get; set; } |
Visual Basic Copy Code |
---|
Public Property IsDiscrete As Boolean |
true if the pointer is discrete; otherwise, false.
This property can be useful when implementing analog-style pointers, which can move only discretely.