VisualStatesDictionary
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.VisualStates

Summary:
Defines a collection of visual states.

Inheritance:
Object =>
Dictionary<String, DrawnPropertiesDictionary> =>
VisualStatesDictionary

Methods

// Sets the visual state of the instance.
String stateName, // The state name.
Animatable animatable// The animatable instance.
)
// Clears the visual state of the instance.
String stateName, // The state name.
Animatable animatable// The animatable instance.
)
// Clears all the states of the instance.
Animatable animatable// The animatable.
)
// Sets the visual state of the instance.
String stateName, // The state name.
IDrawnElement element// The animatable instance.
)
// Clears the visual state of the instance.
String stateName, // The state name.
IDrawnElement element// The animatable instance.
)
// Clears all the states of the instance.
IDrawnElement element// The animatable.
)