Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / CoverElementsPane Class / SetCoverElementsOverflow Method
The System.Windows.FrameworkElement for which the property value is set.
The System.Boolean value to be set on the specified element.

In This Topic
    SetCoverElementsOverflow Method (CoverElementsPane)
    In This Topic
    Sets the value of the CoverElementsOverflow attached property for a given framework element.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetCoverElementsOverflow( _
       ByVal element As FrameworkElement, _
       ByVal value As Boolean _
    ) 
    public static void SetCoverElementsOverflow( 
       FrameworkElement element,
       bool value
    )

    Parameters

    element
    The System.Windows.FrameworkElement for which the property value is set.
    value
    The System.Boolean value to be set on the specified element.
    See Also