VisualStateGroupList.Add(VisualStateGroup) Method

Definition

Adds the specified visual state group to the list.

public void Add (Xamarin.Forms.VisualStateGroup item);
abstract member Add : Xamarin.Forms.VisualStateGroup -> unit
override this.Add : Xamarin.Forms.VisualStateGroup -> unit

Parameters

item
VisualStateGroup

The visual state group to add to the list.

Implements

Applies to