[]
The CoverElementChunk class represents an indivisible part of a UI for a data object.
public class CoverElementChunk : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
Name | Description |
---|---|
CoverElementChunk() | Initializes the new instance of the CoverElementChunk class. |
Name | Description |
---|---|
CoveredElements | Gets the CoveredElementsCollection object representing the collection of elements covered by this CoverElementChunk object. |
IsFirst | Gets the bool value determining if this CoverElementChunk object is the first one in the representation of the data object. |
IsLast | Gets the bool value determining if this CoverElementChunk object is the last one in the representation of the data object. |
Owner | Gets the owning CoverElement object. |