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





Gets 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 Color GetActiveColor (
    CustomInterval element
)

Visual Basic  Copy Code

Public Shared Function GetActiveColor ( _
    element As CustomInterval _
) As Color

 Parameters

element

The element from which the property value is read.

 Return Value

The Indicator.ActiveColor value of the specified element.

 See Also

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