Gets or sets the reversed version of the function specified through CustomFunction.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public FunctionDelegate ReversedCustomFunction { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ReversedCustomFunction As FunctionDelegate |
See Also