用户控件里面做个属性 private int _test; public int test { get { return _test; } set { _test = value; } } 页面上slide1.test这样就可以。