stackpanel
读音: 美 英stackpanel中文翻译
stackpanel
网络 堆栈面板;堆栈布局;堆叠
词组短语
- 1. Grid & Canvas &StackPanel &Wrappanel 全面解析布局;十一章
- 2. StackPanel-Element 堆叠面板
- 3. WrapPanel StackPanel 布局面板
用法例句
1. At runtime the StackPanel would then automatically arrange the Button controls in a vertical stack for us like below.
在运行时刻,StackPanel会自动在一个垂直地堆叠(stack)中排列我们的按钮(【译注:这也是为什么叫StackPanel的原因】),如下所示?
2. For example, we could use the StackPanel to vertically arrange three buttons on our page using XAML markup like below.
例如,我们可以用下面的XAML标签在页面上垂直的排布3个按钮。
3. The StackPanel control is a simple layout panel that supports positioning its contained controls in either a row or column layout.
StackPanel是一种简单的布局面板,它支持用行或列的方式来定位其中包含的控件。