ModelTools Class
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Static helper methods for working with the designer DOM.
Inheritance
System.Object
ModelTools
Syntax
public static class ModelTools
Methods
ApplyTransform(DesignItem, Transform, Boolean) | |
ArrangeItems(IEnumerable<DesignItem>, ArrangeDirection) | |
CanDeleteComponents(ICollection<DesignItem>) | Gets if the specified components can be deleted. |
CanSelectComponent(DesignItem) | |
ComparePositionInModelFile(DesignItem, DesignItem) | Compares the positions of a and b in the model file. |
CreateVisualTree(UIElement) | |
DeleteComponents(ICollection<DesignItem>) | Deletes the specified components from their parent containers. If the deleted components are currently selected, they are deselected before they are deleted. |
GetHeight(UIElement) | |
GetWidth(UIElement) | |
IsComponentCollapsed(DesignItem) | |
IsInDocument(DesignItem) | Gets if the specified design item is in the document it belongs to. |
Resize(DesignItem, Double, Double) | |
StretchItems(IEnumerable<DesignItem>, StretchDirection) | |
TryGetSkewTransform(DesignItem) | |
WrapItemsNewContainer(IEnumerable<DesignItem>, Type, Boolean) |
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()