Provides a surface for painting UI elements over the arbitrary layout.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
C# |
---|
[TemplatePartAttribute(Name = "PART_ElementsCanvas", Type = typeof(Canvas))] public class CoverElementsPane : Control, ICoverElementsPane |
Visual Basic |
---|
<TemplatePartAttribute(Name := "PART_ElementsCanvas", Type := GetType(Canvas))> _ Public Class CoverElementsPane _ Inherits Control _ Implements ICoverElementsPane |
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
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
C1.Silverlight.Schedule..::..CoverElementsPane
C1.Silverlight.Schedule..::..AppointmentsCoverPane