Sets the value of the CoverElementsOverflow attached property for a given framework element.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public static void SetCoverElementsOverflow( FrameworkElement element, bool value ) |
Visual Basic (Declaration) |
---|
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.