C# 클래스 AlgoliaSearch.HTMLBinding

파일 보기 프로젝트 열기: algolia/HTMLBinding

공개 프로퍼티들

프로퍼티 타입 설명
HighlightBrushProperty Windows.UI.Xaml.DependencyProperty
TextProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
GetHighlightBrush ( TextBlock element ) : Brush
GetText ( TextBlock element ) : string
SetHighlightBrush ( TextBlock element, Brush value ) : void
SetText ( TextBlock element, string value ) : void

비공개 메소드들

메소드 설명
OnHighlightBrushChangedCallback ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnTextChangedCallback ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

메소드 상세

GetHighlightBrush() 공개 정적인 메소드

public static GetHighlightBrush ( TextBlock element ) : Brush
element Windows.UI.Xaml.Controls.TextBlock
리턴 Windows.UI.Xaml.Media.Brush

GetText() 공개 정적인 메소드

public static GetText ( TextBlock element ) : string
element Windows.UI.Xaml.Controls.TextBlock
리턴 string

SetHighlightBrush() 공개 정적인 메소드

public static SetHighlightBrush ( TextBlock element, Brush value ) : void
element Windows.UI.Xaml.Controls.TextBlock
value Windows.UI.Xaml.Media.Brush
리턴 void

SetText() 공개 정적인 메소드

public static SetText ( TextBlock element, string value ) : void
element Windows.UI.Xaml.Controls.TextBlock
value string
리턴 void

프로퍼티 상세

HighlightBrushProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml HighlightBrushProperty
리턴 Windows.UI.Xaml.DependencyProperty

TextProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml TextProperty
리턴 Windows.UI.Xaml.DependencyProperty