C# 클래스 lageant.Utils.NavigationService

Class to make inline URLs clickable (UI).
파일 보기 프로젝트 열기: bitbeans/lageant

공개 프로퍼티들

프로퍼티 타입 설명
TextProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetText ( DependencyObject d ) : string
SetText ( DependencyObject d, string value ) : void

비공개 메소드들

메소드 설명
OnTextChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnUrlClick ( object sender, RoutedEventArgs e ) : void

메소드 상세

GetText() 공개 정적인 메소드

public static GetText ( DependencyObject d ) : string
d System.Windows.DependencyObject
리턴 string

SetText() 공개 정적인 메소드

public static SetText ( DependencyObject d, string value ) : void
d System.Windows.DependencyObject
value string
리턴 void

프로퍼티 상세

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

public static DependencyProperty,System.Windows TextProperty
리턴 System.Windows.DependencyProperty