private Visibility A= Visibility.Visible; public Visibility a { get { return a; } set { Set(ref a, value); } } 请教下这个get 和 set的用法,多谢了