dbnetsoft
ScreensPro
ScreensPro
  • Projects & Configs
    • Visual Studio Projects
  • Layouts
    • Converters
      • Visibility Converter
  • Sources
    • Example
  • Custom Controls
    • VideoElement
    • VideoElement2
    • StopwatchElement
    • Stopwatch2Element
    • ImageElement
Powered by GitBook
On this page

Layouts

PreviousVisual Studio ProjectsNextConverters

Last updated 1 month ago

Each layout to be shown on screen is a XAML file. XAML is declarative markup language by Microsoft. You can either edit these files directly, use the built-in basic designer or use Visual Studio.

XAML files are markup files for Microsoft WPF and used in programming modern software. They are somewhat similar to HTML files but different.

With XAML, you declaratively describe what is shown on your screen, composing controls and nesting them in panels.

The following websites will give you an idea on how to start coding XAML:

  • and

Microsoft XAML Overview
What is XAML?
Basic XAML
Data Binding overview