Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="4.4.0.991210-pre2" />

.NET API 1,173,616 bytes

 VisualStateManager

public static class VisualStateManager
Manages visual state groups and transitions controls between states.
public class CommonStates

Backing store for the attached property that contains the visual state groups in the manager.

Returns the visual state groups that can be applied to the specified visual element.

public static bool GoToState(VisualElement visualElement, string name)

Transitions the specified visualElement to the state with the specified name.

public static bool HasVisualStateGroups(this VisualElement element)

Returns true if element has one or more visual state groups associated with it. Otherwise, returns false.

public static void SetVisualStateGroups(VisualElement visualElement, VisualStateGroupList value)

Associates a list of visual state groups with a visual element.