Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / CoveredElement Class / CoveredElement Constructor
The actual System.Windows.FrameworkElement.

In This Topic
    CoveredElement Constructor
    In This Topic
    Initializes a new instance of the CoveredElement class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal owner As FrameworkElement _
    )
    public CoveredElement( 
       FrameworkElement owner
    )

    Parameters

    owner
    The actual System.Windows.FrameworkElement.
    See Also