MindFusion.Wpf Pack Programmer's Guide
Indicator.SetActiveColor Method
See Also
 





Sets the value of the Indicator.ActiveColor attached property for a given dependency object.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public static void SetActiveColor (
    CustomInterval element,
    Color value
)

Visual Basic  Copy Code

Public Shared Sub SetActiveColor ( _
    element As CustomInterval, _
    value As Color _
)

 Parameters

element

The element to which the property value is written.

value
The new value for the Indicator.ActiveColor property of the specified element.

 See Also

Indicator Members
Indicator Class
MindFusion.Gauges.Wpf Namespace
GetActiveColor Method