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. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
C# Copy Code |
---|
public bool IsDiscrete { get; set; } |
Visual Basic Copy Code |
---|
Public Property IsDiscrete As Boolean |
true to make the pointer discrete; otherwise, false.
This property can be useful when implementing analog-style pointers, which can move only discretely.