2012-06-20 93 views

回答

4
var label = new Label(); 
label.Markup = "<span size='38000'>big text</span>"; 
var button = new Button(label); 
相關問題