Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / CoverElement Class
Members

In This Topic
    CoverElement Class
    In This Topic
    Defines a construction that describes a UI that represents a single data object. The UI is constituted of a number of CoverElementChunk elements.
    Object Model
    CoverElement Class
    Syntax
    'Declaration
     
    
    <ComposableAttribute(Windows.UI.Xaml.IDependencyObjectFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <ContractVersionAttribute(Windows.Foundation.UniversalApiContract, 65536)>
    <MarshalingBehaviorAttribute(MarshalingType.Agile)>
    <WebHostHiddenAttribute()>
    <ThreadingAttribute(ThreadingModel.Both)>
    Public Class CoverElement 
       Inherits Windows.UI.Xaml.DependencyObject
    [Composable(Windows.UI.Xaml.IDependencyObjectFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
    [MarshalingBehavior(MarshalingType.Agile)]
    [WebHostHidden()]
    [Threading(ThreadingModel.Both)]
    public class CoverElement : Windows.UI.Xaml.DependencyObject 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          C1.Xaml.Schedule.CoverElement

    See Also