Exemplo n.º 1
0
 public ButtonWithLabelAreas(String layoutname)
 {
     layout            = TextLayoutInstance.AttachInstance(this as Control, layoutname);
     this.SizeChanged += new EventHandler(ButtonWithLabelAreas_SizeChanged);
 }
Exemplo n.º 2
0
 public ButtonWithLabelAreas()
 {
     layout = TextLayoutInstance.AttachInstance(this as Control, "Default Layout");
 }