Sets the value of the CoverElementsOverflow attached property for a given framework element.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public static void SetCoverElementsOverflow(
	FrameworkElement element,
	bool value
)
Visual Basic
Public Shared Sub SetCoverElementsOverflow ( _
	element As FrameworkElement, _
	value As Boolean _
)

Parameters

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

See Also