A UIElement that is child to Diagram and contains all its items. It allows to apply translation on all items without changing the diagram object. This is used for implemention Diagram.Bounds, e.g. when Bounds = (20,20,40,40) Item at coordinate 20,20 must be rendered at Diagram coordinate 0,0.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public class TranslateLayer : Canvas |
Visual Basic
Copy Code
|
|---|
Public Class TranslateLayer |
Inheritance HierarchySystem.Object![]()
Windows.UI.Xaml.DependencyObject![]()
Windows.UI.Xaml.UIElement![]()
Windows.UI.Xaml.FrameworkElement![]()
Windows.UI.Xaml.Controls.Panel![]()
Windows.UI.Xaml.Controls.Canvas![]()
MindFusion.Diagramming.TranslateLayer
See Also