Class XamlConstants
- Namespace
- Alternet.FormDesigner.Wpf.XamlDom
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Contains constants used by the Xaml parser.
public static class XamlConstants
- Inheritance
-
XamlConstants
Fields
- DesignTimeNamespace
The namespace used for the DesignTime schema. Value: "http://schemas.microsoft.com/expression/blend/2008"
- MarkupCompatibilityNamespace
The namespace used for the MarkupCompatibility schema. Value: "http://schemas.openxmlformats.org/markup-compatibility/2006"
- PresentationNamespace
The namespace used for the WPF schema. Value: "http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- ResourcesPropertyName
The name of the Resources property. Value: "Resources"
- Xaml2009Namespace
The namespace used for the 2009 XAML schema. Value: "http://schemas.microsoft.com/winfx/2009/xaml"
- XamlNamespace
The namespace used for the XAML schema. Value: "http://schemas.microsoft.com/winfx/2006/xaml"
- Xmlns
The name of xmlns. Value: "xmlns"
- XmlnsNamespace
The namespace used to identify "xmlns". Value: "http://www.w3.org/2000/xmlns/"