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

System.Collections.Generic.ICollection`1.Add(`0)

Applies to