C# Class AlgoliaSearch.HTMLBinding

Afficher le fichier Open project: algolia/HTMLBinding

Méthodes publiques

Свойство Type Description
HighlightBrushProperty Windows.UI.Xaml.DependencyProperty
TextProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
GetHighlightBrush ( TextBlock element ) : Brush
GetText ( TextBlock element ) : string
SetHighlightBrush ( TextBlock element, Brush value ) : void
SetText ( TextBlock element, string value ) : void

Private Methods

Méthode Description
OnHighlightBrushChangedCallback ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnTextChangedCallback ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetHighlightBrush() public static méthode

public static GetHighlightBrush ( TextBlock element ) : Brush
element Windows.UI.Xaml.Controls.TextBlock
Résultat Windows.UI.Xaml.Media.Brush

GetText() public static méthode

public static GetText ( TextBlock element ) : string
element Windows.UI.Xaml.Controls.TextBlock
Résultat string

SetHighlightBrush() public static méthode

public static SetHighlightBrush ( TextBlock element, Brush value ) : void
element Windows.UI.Xaml.Controls.TextBlock
value Windows.UI.Xaml.Media.Brush
Résultat void

SetText() public static méthode

public static SetText ( TextBlock element, string value ) : void
element Windows.UI.Xaml.Controls.TextBlock
value string
Résultat void

Property Details

HighlightBrushProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml HighlightBrushProperty
Résultat Windows.UI.Xaml.DependencyProperty

TextProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml TextProperty
Résultat Windows.UI.Xaml.DependencyProperty