Click here to Skip to main content
15,891,633 members

Comments by shers (Top 2 by date)

shers 3-Jan-14 8:24am View    
That doesn't work
shers 3-Jan-14 3:06am View    
yes. Here's the serialized text.

<Canvas Background="#FFEBEBEB" Name="DesigningCanvas" Margin="20,20,20,60" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"><textbox width="177" cursor="Hand" canvas.left="50" canvas.top="30">It's a TextBox control<Label Width="110" Cursor="Hand" Canvas.Left="50">It's a Label control</Label><Button Cursor="Hand" Canvas.Left="50" Canvas.Top="60">It's a Button control</Button><radiobutton name="radioButton1" height="30" cursor="Hand" canvas.left="50" canvas.top="90"><stackpanel orientation="Horizontal"><Label>It's a Custom RadioButton Control with CheckBox control</Label><checkbox margin="7,7,7,7"><checkbox name="checkBox1" height="16" cursor="Hand" canvas.left="50" canvas.top="120">It's a CheckBox control<ListBox Name="listBox1" Width="151" Height="100" Cursor="Hand" Canvas.Left="489" Canvas.Top="160"><ListBoxItem>It's a ListBox control</ListBoxItem></ListBox></Canvas>