Expression Blend 3中是否有窗口大小设置? [英] Are there window size settings in Expression Blend 3?

查看:63
本文介绍了Expression Blend 3中是否有窗口大小设置?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请原谅'新手'问题......,

1。我打开一个 new Silverlight项目+ web。使用默认布局根大小; (不知道它是什么或我怎么知道)我将背景属性(布局根)设置为渐变...,到目前为止很好。

2。隐藏布局根显示黑色轮廓,我假设代表画板。 (点击取消隐藏)

3。此时我运行项目(F5)...,浏览器启动并且我的渐变图像的左边缘一直设置在浏览器窗口的左侧 - 整个图像占据浏览器窗口的大约一半。

我的问题是......,如何设置我的画板大小(有点像在ExpDesign中)在浏览器中占据更大的区域?

提前致谢 - DennisO

Please excuse the 'newbie' question...,

1. I open a new Silverlight project + web. Using the default layout root size; (not sure what it is or how I can tell) I set the background property (of the layout root) to a gradient..., good so far.

2. Hiding the layout root reveals a black outline which I assume represents the artboard. (hit unhide)

3. At this point I run the project (F5)..., the browser lauches and there's my gradient image with left edge set all the way to the left of the browser window - the entire image occupies approx half of the browser window.

My question is..., how can I set the size of my artboard (kinda like in ExpDesign) to take up a larger area in the browser ?

Thanks in advance - DennisO

推荐答案

你好,

你试过看过"属性"面板 - 你可以在"布局"部分下找到"高度"和"宽度"属性?确保选择了UserControl并更改了这些属性。

另外,您可能希望在XAML中更改它(在设计,分割和代码视图之间按F11键圈)。
/>
Hi,

Have you tried looking at Properties pane - you can find Height and Width properties under Layout section? Be sure to have your UserControl selected and change these properties.

Also, you might want to change it within XAML (hit F11 to circle between design, split and code view).

<UserControl
	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
	x:Class="Test01.MainPage"
	Width="640" Height="480">


所以,你可以从这里改变宽度和高度。

希望这有帮助!

干杯,

So, you can just change Width and Height from here.

Hope this helps!

Cheers,


这篇关于Expression Blend 3中是否有窗口大小设置?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆