Search
BaseScale.ReversedCustomFunction Property
See Also
 






Gets or sets the reversed version of the function specified through CustomFunction.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public FunctionDelegate ReversedCustomFunction { get; set; }

Visual Basic  Copy Code

Public Property ReversedCustomFunction As FunctionDelegate

 Property Value

A FunctionDelegate delegate.

 See Also