DevZest WPF Docking
StyleManagerGetIsAutoMerge Method |
Gets the value of IsAutoMerge attached property
from 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 bool GetIsAutoMerge( DependencyObject d )
Public Shared Function GetIsAutoMerge ( d As DependencyObject ) As Boolean
Parameters
- d
- Type: System.WindowsDependencyObject
The DependencyObject from which to read the property value.
Return Value
Type: BooleanThe value of IsAutoMerge attached property.
See Also