DesignContext Class
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
The context that the designer uses.
Syntax
public abstract class DesignContext
Constructors
DesignContext() | Creates a new DesignContext instance. |
Properties
RootItem | Gets the root design item. |
Services | Gets the ServiceContainer. |
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) | Save the designed elements as XML. |
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()