Class XamlDesignContext
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
The design context implementation used when editing XAML.
public sealed class XamlDesignContext : DesignContext
- Inheritance
-
XamlDesignContext
Constructors
- XamlDesignContext(XmlReader, XamlLoadSettings)
Creates a new XamlDesignContext instance.
Properties
- ClassName
Gets/Sets the value of the "x:class" property on the root item.
- ParserSettings
Gets the parser Settings being used
- RootItem
Gets the root item being designed.
Methods
- OpenGroup(string, ICollection<DesignItem>)
Opens a new change group used to batch several changes. ChangeGroups work as transactions and are used to support the Undo/Redo system.
- Save(XmlWriter)
Saves the XAML DOM into the XML writer.