Class DesignContext
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
The context that the designer uses.
public abstract class DesignContext
- Inheritance
-
DesignContext
- Derived
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.