Method SetIsAutoMerge
| Improve this Doc View SourceSetIsAutoMerge(DependencyObject, Boolean)
Sets the value of DevZest.Windows.StyleManager.IsAutoMerge attached property to a given System.Windows.DependencyObject.
Declaration
public static void SetIsAutoMerge(DependencyObject d, bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | d | The System.Windows.DependencyObject on which to set the property value. |
System.Boolean | value | The value of DevZest.Windows.StyleManager.IsAutoMerge attached property. |