共用方式為


VisualStateManager.GetVisualStateGroups(VisualElement) 方法

定義

傳回可以套用至指定視覺項目的視覺狀態群組。

public static System.Collections.Generic.IList<Xamarin.Forms.VisualStateGroup> GetVisualStateGroups (Xamarin.Forms.VisualElement visualElement);
static member GetVisualStateGroups : Xamarin.Forms.VisualElement -> System.Collections.Generic.IList<Xamarin.Forms.VisualStateGroup>

參數

visualElement
VisualElement

要取得視覺狀態群組的視覺化項目。

傳回

System.Collections.Generic.IList<VisualStateGroup>

可以套用至指定視覺項目的視覺狀態群組。

適用於