XamlDesignContext Class
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
The design context implementation used when editing XAML.
Syntax
public sealed class XamlDesignContext : DesignContext
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. |
XamlEditAction |
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. |
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()