Gets or sets the new value to associate with the label.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public Object NewValue { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property NewValue As Object |
An object representing the new value.
See Also