A container that can hold a number of child FrameworkElements that works well within
a .
Namespace: yWorks.CanvasAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public class CanvasContainer : Panel, IVisualGroup |
| Visual Basic |
|---|
Public Class CanvasContainer _ Inherits Panel _ Implements IVisualGroup |
Remarks
Use this container if you need to return
a container instance from within a IVisualCreator implementation.
Children will be measured and arranged according to their
attached CanvasControlArrangeRectProperty.
Inheritance Hierarchy
System..::..Object
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Panel
yWorks.Canvas..::..CanvasContainer
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Panel
yWorks.Canvas..::..CanvasContainer