Method SetFailedFlushingTemplate
| Improve this Doc View SourceSetFailedFlushingTemplate(DependencyObject, ControlTemplate)
Sets the control template for specified view element with FailedFlushing status. This is the setter of FailedFlushingTemplate attached property.
Declaration
public static void SetFailedFlushingTemplate(this DependencyObject element, ControlTemplate value)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | element | The view element |
System.Windows.Controls.ControlTemplate | value | The control template. |