Example #1
0
 protected virtual bool GotoVisualState(string stateName, bool useTransitions)
 {
     return(NativeVisualStateManager.GoToState(this, stateName, useTransitions));
 }