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

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[TemplatePartAttribute(Name = "PART_ElementsCanvas", Type = typeof(Canvas))]
public class CoverElementsPane : Control, 
	IWeakEventListener
Visual Basic (Declaration)
<TemplatePartAttribute(Name := "PART_ElementsCanvas", Type := GetType(Canvas))> _
Public Class CoverElementsPane _
	Inherits Control _
	Implements IWeakEventListener

Remarks

CoverElementsPane allows you to visually represent a set of UI elements relative to UI elements representing the underlying UI.

Inheritance Hierarchy

See Also