AlgoliaSearch.HTMLBinding.GetText C# (CSharp) Method

GetText() public static method

public static GetText ( TextBlock element ) : string
element Windows.UI.Xaml.Controls.TextBlock
return string
        public static string GetText(TextBlock element)
        {
            return (string)element.GetValue(TextProperty);
        }