1 Star 0 Fork 0

超哥 / XamlViewer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

XAML Viewer

XAML is a lightweight XAML Editor. While coding, the corresponding design preview can be displayed in real time.Providing convenient doc management, and more user-friendly intelligent tips. When you are learning or trying out some XAML effects, it's a pretty good choice for you.

Preview

Build

  1. .Net Core 3.1 SDK and .Net Framework 4.5 Dev Pack;
  2. Visual Studio Code or Visual Studio 2019;
  3. Windows 7 SP1/8/8.1/10

Notice:You can adjust the TargetFrameworks in the Directory.Build.props file according to your needs.

Document Manager

  1. Support operations: new, save, open, close, drag and etc.;
  2. Support quick-selection for opened file in Active Files drop-down list.

Notice:Only local doc files could be saved when closing the software. Please make sure doc files had been saved in local path.

Automitic Compilation

  1. Auto-Compile: Enable/disable Auto-Compile function, While compile manually [F5] always takes effect;
  2. Auto-Compile Delay: To compile automatically after "Auto-Compile Delay" time while idle(no input).

Reference

  1. [Setting] >> [Reference] >> [Add]: To add custom control library, which could be called directly in XAML;
  2. Please declare namespace as the following form:
xmlns:controls="clr-namespace:MyControl.Controls;assembly=MyControl"

Data Source

1. Object

DataSource

<TextBlock Tag="{Binding id}"
           IsEnabled="{Binding enabled}"
           Text="{Binding child.name}"/>

2. Array

DataSource

<ItemsControl ItemsSource="{Binding .}">
    <ItemsControl.ItemTemplate>
        <DataTemplate>
            <TextBlock Tag="{Binding id}"
		       IsEnabled="{Binding enabled}"
		       Text="{Binding name}"/>
        </DataTemplate>
    </ItemsControl.ItemTemplate>
</ItemsControl>

Third-Party Notices

Library Version License
Prism 7.2.0.1422 MIT
Microsoft.Xaml.Behaviors 1.1.19 MIT
AvalonEdit 6.0.1 MIT
Json.NET 12.0.3 MIT
MIT License Copyright (c) 2019 huangjia2107 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
C#
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/yhc2020/XamlViewer.git
git@gitee.com:yhc2020/XamlViewer.git
yhc2020
XamlViewer
XamlViewer
master

搜索帮助