1 Star 0 Fork 0

lindx/NodeEditor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
NodeGraph.xaml 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
lindx 提交于 2个月前 . new
<!-- filepath: d:\c_test\aaa\NodeEditor\NodeGraph.xaml -->
<Border xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="NodeEditor.NodeGraph">
<Border.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="Styles/ScrollBar.xaml"></ResourceDictionary>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Border.Resources>
<ScrollViewer HorizontalScrollBarVisibility="Visible">
<Canvas x:Name="canvas" x:FieldModifier="public" ClipToBounds="True" Height="6000" Width="6000">
<Canvas.Background>
<ImageBrush
ImageSource="Resources/Background.png"
TileMode="FlipXY"
Viewport="0,0,32,32"
ViewportUnits="Absolute"/>
</Canvas.Background>
</Canvas>
</ScrollViewer>
</Border>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/lindx-code/NodeEditor.git
git@gitee.com:lindx-code/NodeEditor.git
lindx-code
NodeEditor
NodeEditor
master

搜索帮助