Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / CoverElement Class / GetCoveredElement Method
The element in UI for which we need to calculate layout.

In This Topic
    GetCoveredElement Method
    In This Topic
    Creates new wrapper element for the specified owner element;
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetCoveredElement( _
       ByVal owner As FrameworkElement _
    ) As CoveredElement
    protected virtual CoveredElement GetCoveredElement( 
       FrameworkElement owner
    )

    Parameters

    owner
    The element in UI for which we need to calculate layout.

    Return Value

    The object that is used to calculate layout.
    See Also