Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / CoverElementsPane Class
Members

In This Topic
    CoverElementsPane Class
    In This Topic
    Provides a surface for painting UI elements over the arbitrary layout.
    Object Model
    CoverElementsPane Class
    Syntax
    'Declaration
     
    
    Public Class CoverElementsPane 
       Inherits System.Windows.Controls.Control
    public class CoverElementsPane : System.Windows.Controls.Control 
    Remarks
    CoverElementsPane allows you to visually represent a set of UI elements relative to UI elements representing the underlying UI.
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   C1.Silverlight.Schedule.CoverElementsPane
                      C1.Silverlight.Schedule.AppointmentsCoverPane

    See Also