Inheritance: System.Windows.Controls.Decorator
示例#1
0
 // Constructor.
 public RoundedButton()
 {
     decorator = new RoundedButtonDecorator();
     AddVisualChild(decorator);
     AddLogicalChild(decorator);
 }
 // Constructor.
 public RoundedButton()
 {
     decorator = new RoundedButtonDecorator();
     AddVisualChild(decorator);
     AddLogicalChild(decorator);
 }