[]
Defines a construction that describes a UI that represents a single data object. The UI is constituted of a number of CoverElementChunk elements.
public class CoverElement : DependencyObject
Name | Description |
---|---|
CoverElement(object) | Initializes a new instance of the CoverElement class. |
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. |
Name | Description |
---|---|
GetCoveredElement(FrameworkElement) | Creates new wrapper element for the specified owner element; |
SetChunkTunnelBoundRect(CoverElementsPane, CoverElementChunk) |