Mar*_*ark 16 .net wpf sketchflow
我非常喜欢Sketchflow按钮和控件的粗略描述,并且喜欢在我自己的WPF应用程序中使用这些控件/样式,这可以在任何方面完成吗?也许只是参考Sketchflow二进制文件?
小智 12
我相信如果您执行以下操作,这应该有效:
最后,在xaml编辑模式下编辑app.xaml并确保它看起来像这样:
<Application.Resources>
<!-- Resources scoped at the Application level should be defined here. -->
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/Microsoft.Expression.Prototyping.SketchControls;component/ScrollViewerStyles.xaml"/>
<ResourceDictionary Source="SketchStyles.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
Run Code Online (Sandbox Code Playgroud) 归档时间: |
|
查看次数: |
2169 次 |
最近记录: |