A layer class where cursor is displayed. It is used for the Report Viewer template creation.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public class CursorLayer : Canvas
Visual Basic (Declaration)
Public Class CursorLayer _
	Inherits Canvas
Visual C++
public ref class CursorLayer : public Canvas

Inheritance Hierarchy

System..::.Object
  System.Windows..::.DependencyObject
    System.Windows..::.UIElement
      System.Windows..::.FrameworkElement
        System.Windows.Controls..::.Panel
          System.Windows.Controls..::.Canvas
            PerpetuumSoft.Reporting.Silverlight.Client..::.CursorLayer

See Also