Provides a surface for painting UI elements over the arbitrary layout.

Namespace:  C1.Silverlight.Schedule
Assembly:  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

See Also