MindFusion.Wpf Pack Programmer's Guide
Pointer.IsDiscrete Property
See Also
 





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

 Syntax

C#  Copy Code

public bool IsDiscrete { get; set; }

Visual Basic  Copy Code

Public Property IsDiscrete As Boolean

 Property Value

true to make the pointer discrete; otherwise, false.

 Remarks

This property can be useful when implementing analog-style pointers, which can move only discretely.

 See Also

Pointer Members
Pointer Class
MindFusion.Gauges.Wpf Namespace