示例#1
0
文件: Control.cs 项目: Egaros/lib
 protected virtual bool GotoVisualState(string stateName, bool useTransitions)
 {
     return(NativeVisualStateManager.GoToState(this, stateName, useTransitions));
 }