wp (3) add background page controls

// Initialize 
the Button NewButton = new new the Button ();
 basic properties // custom button
NewButton.Width = 160;
NewButton.Height = 72;
= NewButton.Content "button" ;
// add content to the page at
ContentPanel.Children.Add(NewButton);
Similarly add other controls
Published 27 original articles · won praise 53 · views 160 000 +

Guess you like

Origin blog.csdn.net/auspi12341/article/details/9208435