DevZest WPF Docking
StyleManagerSetIsAutoMerge Method |
Sets the value of IsAutoMerge attached property
to a given DependencyObject.
Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public static void SetIsAutoMerge( DependencyObject d, bool value )
Public Shared Sub SetIsAutoMerge ( d As DependencyObject, value As Boolean )
Parameters
- d
- Type: System.WindowsDependencyObject
The DependencyObject on which to set the property value. - value
- Type: SystemBoolean
The value of IsAutoMerge attached property.
See Also