VisualStateGroupList.Remove(VisualStateGroup) Method

Definition

Removes the group from the list of groups.

public bool Remove (Xamarin.Forms.VisualStateGroup item);
abstract member Remove : Xamarin.Forms.VisualStateGroup -> bool
override this.Remove : Xamarin.Forms.VisualStateGroup -> bool

Parameters

item
VisualStateGroup

The item to remove.

Returns

Boolean

The removed group.

Implements

Applies to