pabloegpf1 / Xamltoy

A place for sharing and testing Noesis XAMLs

Home Page:https://xamltoy.noesisengine.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xamltoy

XamlToy is our online editor for XAML compatible with NoesisGUI. You can try it live at xamltoy.noesisengine.com.

XamlToy was created to easily share XAML snippets. It is being used in release notes to showcase new features, in our tracker to report issues or just to share cool things at our forums. Just a few examples:

Screenshoot

Sharing Guide

Xamltoy uses GitHub gists to publicly share your creations.

The gist must contain a file named Main.xaml. It can also contain extra resources like images, fonts and dictionaries. Those extra resources are referenced as being as the same directory than Main.xaml. For example:

<Button FontFamily="./#Aero Matics" FontSize="24" Background="#FF124C7A" Content="Button"/>

To share a xaml with others you should do the following:

Some example gists:

Happy sharing!

Feedback

Please use our forums for bug reports and feature requests

About

A place for sharing and testing Noesis XAMLs

https://xamltoy.noesisengine.com


Languages

Language:JavaScript 77.3%Language:HTML 11.8%Language:CSS 10.9%