Gets or sets the value corresponding to the current mouse position. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public double PointedValue { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PointedValue As Double |
A double value specifying the rating value corresponding to the current mouse position.
See Also