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

In This Topic
    CoverElementsPane Class
    In This Topic
    Provides a surface for painting UI elements over the arbitrary layout.
    Object Model
    CoverElementsPane Class
    Syntax
    'Declaration
     
    
    <TemplatePartAttribute()>
    <StaticAttribute(Windows.UI.Xaml.Controls.IControlStatics, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <ContractVersionAttribute(Windows.Foundation.UniversalApiContract, 65536)>
    <MarshalingBehaviorAttribute(MarshalingType.Agile)>
    <ComposableAttribute(Windows.UI.Xaml.Controls.IControlFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <ThreadingAttribute(ThreadingModel.Both)>
    <WebHostHiddenAttribute()>
    Public Class CoverElementsPane 
       Inherits Windows.UI.Xaml.Controls.Control
    [TemplatePart()]
    [Static(Windows.UI.Xaml.Controls.IControlStatics, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
    [MarshalingBehavior(MarshalingType.Agile)]
    [Composable(Windows.UI.Xaml.Controls.IControlFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [Threading(ThreadingModel.Both)]
    [WebHostHidden()]
    public class CoverElementsPane : Windows.UI.Xaml.Controls.Control 
    Remarks
    CoverElementsPane allows you to visually represent a set of UI elements relative to UI elements representing the underlying UI.
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                   C1.Xaml.Schedule.CoverElementsPane
                      C1.Xaml.Schedule.AppointmentsCoverPane

    See Also