VisualStateManager.SetVisualStateGroups Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Associates a list of visual state groups with a visual element.
public static void SetVisualStateGroups (Xamarin.Forms.VisualElement visualElement, Xamarin.Forms.VisualStateGroupList value);
static member SetVisualStateGroups : Xamarin.Forms.VisualElement * Xamarin.Forms.VisualStateGroupList -> unit
Parameters
- visualElement
- VisualElement
- value
- VisualStateGroupList
The list of visual state groups to associate with visualElement
.