[]
        
(Showing Draft Content)

C1.WPF.Schedule.CoverElement

CoverElement Class

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

Inheritance
CoverElement
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.dll
Syntax
public class CoverElement : DependencyObject

Constructors

Name Description
CoverElement(object)

Initializes a new instance of the CoverElement class.

Properties

Name Description
Chunks

Gets a list of CoverElementChunk elements that constitute this CoverElement UI.

CoveredElements

Gets a list of elements that are covered by this CoverElement.

DataObject

Gets an object which is represented by the current CoverElement instance.

Methods

Name Description
GetCoveredElement(FrameworkElement)

Creates new wrapper element for the specified owner element;

SetChunkTunnelBoundRect(CoverElementsPane, CoverElementChunk)