Expression Blend 的默认 LayoutRoot

发布于 2024-08-11 23:24:37 字数 112 浏览 3 评论 0原文

有没有办法更改 Expression Blend 3 中的默认 LayoutRoot 类型?目前,我正在 SketchFlow 中进行原型设计,与网格相比,我更喜欢 Canvas,并且为每个新屏幕更改它很烦人。

Is there a way to change the default LayoutRoot type in Expression Blend 3? Currently, I'm prototyping in SketchFlow, and I prefer Canvas over the Grid, and it's annoying to change it for every new screen.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

水中月 2024-08-18 23:24:37

这是可行的答案,但您需要更改模板:

  1. 备份驻留在此处的模板目录的内容
    %ProgramFiles%\Microsoft Expression\Blend 3\Templates\
  2. 查找正在使用的模板:
    %ProgramFiles%\Microsoft Expression\Blend 3\Templates\(CSharp|VisualBasic)\
  3. 在该目录中将有 4 个相关模板:
    SketchFlowCompScreen,
    SketchFlowCompScreenSL,
    SketchFlowNavScreen,
    SketchFlowNavScreenSL
  4. 如果您编辑其中的 xaml 文件,则每当您在 SketchFlow 中创建新屏幕时,屏幕都会使用您的更改。

Here is answer that will work, but you will need to change the templates:

  1. Back up the contents of the template directory which resides here:
    %ProgramFiles%\Microsoft Expression\Blend 3\Templates\
  2. Find the templates being used in:
    %ProgramFiles%\Microsoft Expression\Blend 3\Templates\(CSharp|VisualBasic)\
  3. In that directory there will be 4 relevant templates:
    SketchFlowCompScreen,
    SketchFlowCompScreenSL,
    SketchFlowNavScreen,
    SketchFlowNavScreenSL
  4. If you edit the xaml files within these, whenever you create a new screen in SketchFlow the screens will use your changes.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文