Support class used by CanvasControl()()()() to actually host the visual contents.

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 CanvasContentHost : FrameworkElement
Visual Basic
Public Class CanvasContentHost _
	Inherits FrameworkElement

Remarks

This class needs to be used by template authors to indicate to the CanvasControl()()()() where the contents should be rendered. The name of the instance used in the template needs to be set to PART_ContentHost.

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            yWorks.Canvas..::..CanvasContentHost

See Also

CanvasContentHostCanvasControl()()()()