public VisualStateGroup()
 {
     _states = new UICollection <IVisualState>(this);
     SetValue(StatesProperty, _states);
 }
示例#2
0
 public VisualState()
 {
     _setters = new UICollection <ISetter>(this);
     SetValue(SettersProperty, _setters);
 }