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