Class SimpleToolBarView.VisualStateSetters
Provides functionality for configuring and applying visual state setters to a view, including customization of background color behavior.
public class SimpleToolBarView.VisualStateSetters
- Inheritance
-
SimpleToolBarView.VisualStateSetters
- Derived
Remarks
This class is used in managing visual state transitions and customizing view appearance. It allows assignment of delegates to control visual properties when a visual state is initialized.
Fields
- BackgroundColor
Gets or sets a delegate that determines the background color for a given view.
Methods
- InitState(View, VisualState, bool)
Initializes the specified visual state for the given view, optionally clearing existing setters before applying new ones.