Represents a canvas on which schedule items can be laid out in a summary view.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public class SmallSchedulerCanvas : SchedulerCanvasBase
Visual Basic (Declaration)
Public Class SmallSchedulerCanvas _
	Inherits SchedulerCanvasBase

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Panel
              System.Windows.Controls..::.Canvas
                Mindscape.WpfElements..::.SchedulerCanvasBase
                  Mindscape.WpfElements..::.SmallSchedulerCanvas

See Also