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