Alexandria.Client.Infrastructure.RevealWhen.GetHoverOverParent C# (CSharp) Méthode

GetHoverOverParent() public static méthode

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