Method GetEnable
GetEnable(FrameworkElement)
Gets the value indicating whether the behavior is enabled for the specified FrameworkElement.
public static bool GetEnable(FrameworkElement frameworkElement)
Parameters
frameworkElement
FrameworkElementThe FrameworkElement to check.
Returns
- bool
true
if the behavior is enabled; otherwise,false
.