A container that can hold a number of child Visuals or UIElements that works well within a .

Namespace: yWorks.Canvas
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public class CanvasContainer : UIElement, 
	IVisualGroup
Visual Basic
Public Class CanvasContainer _
	Inherits UIElement _
	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.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          yWorks.Canvas..::..CanvasContainer

See Also