VisualStateManager.GoToState(VisualElement, String) メソッド

定義

指定された visualElement を、指定された name の状態に遷移させます。

public static bool GoToState (Xamarin.Forms.VisualElement visualElement, string name);
static member GoToState : Xamarin.Forms.VisualElement * string -> bool

パラメーター

visualElement
VisualElement
name
System.String

戻り値

System.Boolean

正常に遷移した場合、true。 それ以外の場合は false

適用対象