Alexandria.Client.Infrastructure.RevealWhen.GetHoverOverParent C# (CSharp) Method

GetHoverOverParent() public static method

public static GetHoverOverParent ( DependencyObject element ) : string
element System.Windows.DependencyObject
return string
        public static string GetHoverOverParent(DependencyObject element)
        {
            return (string) element.GetValue(HoverOverParentProperty);
        }