扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
作者:陶刚编译 来源:天极网 2007年11月4日
关键字:
<DockPanel Background="LightGreen" xmlns="http://schemas.microsoft.com/winfx/avalon/2005"> <TextBlock DockPanel.Dock="Bottom" HorizontalAlignment="Center">StatusBar</TextBlock> <StackPanel Name="StackPanel1" DockPanel.Dock="Left" Background="LightYellow"> <TextBlock Margin="10,10,10,0">Select country</TextBlock> <ComboBox Name="cbCountries" Margin="10,5,10,5"> <ComboBoxItem>Singapore</ComboBoxItem> <ComboBoxItem>United States of America</ComboBoxItem> <ComboBoxItem>United Kingdom</ComboBoxItem> </ComboBox> <ListBox Name="lstCountries" Margin="10,5,10,5"> <ListBoxItem>Singapore</ListBoxItem> <ListBoxItem>United States of America</ListBoxItem> <ListBoxItem>United Kingdom</ListBoxItem> </ListBox> <CheckBox Name="checkbox1" Margin="10,5,10,5">Checkbox</CheckBox> <RadioButtonList Name="RadioButtonList1" Margin="10,5,10,5"> <RadioButton>Radio Button 1</RadioButton> <RadioButton>Radio Button 2</RadioButton> <RadioButton>Radio Button 3</RadioButton> </RadioButtonList> <TextBlock Margin="10,5,10,5"> <Hyperlink NavigateUri="page2.xaml">Page 2</Hyperlink> </TextBlock> </StackPanel> <DockPanel DockPanel.Dock="Right"> <TextBlock DockPanel.Dock="Top" HorizontalAlignment="Center">Title Bar</TextBlock> <DockPanel DockPanel.Dock="Bottom" Background="Red"> <TextBlock Margin="10,10,10,10" HorizontalAlignment="Left">Enter your name</TextBlock> <TextBox Name="txtName" Margin="10,5,10,5" HorizontalAlignment="Left" Width="200"></TextBox> <Button Name="btnOK" Margin="5,5,10,5" Width="50" HorizontalAlignment="Left" >OK</Button> </DockPanel> <StackPanel Name="StackPanel2" Background="VerticalGradient Lavender Yellow"> <TextBlock Margin="10,10,10,10">Hello Avalon!</TextBlock> <Button Margin="10,5,10,5" HorizontalAlignment="Left" Width="100">Left Button</Button> <Button Margin="10,5,10,5" HorizontalAlignment="Center" Width="100">Center Button</Button> <Button Margin="10,5,10,5" HorizontalAlignment="Right" Width="100">Right Button</Button> </StackPanel> </DockPanel> </DockPanel> |
图4:XAMLPad中更高级的UI。这次我让XAMLPad显示了更多复杂的控件。 |
图5:新建项目模板。Visual Studio为Avalon提供了四种不同的模板类型。 |
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。
现场直击|2021世界人工智能大会
直击5G创新地带,就在2021MWC上海
5G已至 转型当时——服务提供商如何把握转型的绝佳时机
寻找自己的Flag
华为开发者大会2020(Cloud)- 科技行者