Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an online XAML tester? [closed]

I have a bit of xaml I want to test. Is there a "XAML-fiddle" type rendering application available totally online?

And yes, I Googled it. That's always my first reaction (for everything all the time).

like image 922
LCIII Avatar asked Apr 09 '15 16:04

LCIII


People also ask

How do I enable XAML live preview?

The XAML Live Preview window is available during debugging. To open it, go to Debug > Windows > XAML Live Preview. Or, select the Show in XAML Live Preview button in the application toolbar.

How do I preview files in XAML?

You can open the XAML Previewer by clicking the arrows on the split view pane. If you want to change the default split view behavior, use the Tools > Options > Xamarin > Xamarin. Forms XAML Previewer dialog. In this dialog, you can select the default document view and the split orientation.

How do I view XAML?

To open the XAML Designer, right-click a XAML file in Solution Explorer and choose View Designer. to switch which window appears on top: either the artboard or the XAML editor.

Is XAML a code?

XAML is a new descriptive programming language developed by Microsoft to write user interfaces for next-generation managed applications. XAML is the language to build user interfaces for Windows and Mobile applications that use Windows Presentation Foundation (WPF), UWP, and Xamarin Forms.


2 Answers

XAML Spy also allows to fiddle with XAML.

http://xamlspy.com/

like image 130
Aedvald Tseh Avatar answered Oct 04 '22 03:10

Aedvald Tseh


XamlPad isn't online but it's a very small application that lets you fiddle with Xaml. It sounds like it's exactly what you want:

https://msdn.microsoft.com/en-us/library/ms742398(v=vs.90).aspx

like image 32
philq Avatar answered Oct 04 '22 04:10

philq