Initializes a new instance of the CoveredElement class.

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

Syntax

C#
public CoveredElement(
	FrameworkElement owner
)
Visual Basic (Declaration)
Public Sub New ( _
	owner As FrameworkElement _
)

See Also