Defines a construction that describes a UI that represents a single data object. The UI is constituted of a number of CoverElementChunk elements.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public class CoverElement : DependencyObject
Visual Basic
Public Class CoverElement _
	Inherits DependencyObject

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    C1.Silverlight.Schedule..::..CoverElement

See Also