C# 클래스 BaconographyWP8.Common.MarkdownButton

상속: System.Windows.Controls.Button
파일 보기 프로젝트 열기: Synergex/Baconography

공개 프로퍼티들

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

공개 메소드들

메소드 설명
MarkdownButton ( string url, object content ) : System

보호된 메소드들

메소드 설명
OnClick ( ) : void

비공개 메소드들

메소드 설명
OnTextChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnUrlChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

MarkdownButton() 공개 메소드

public MarkdownButton ( string url, object content ) : System
url string
content object
리턴 System

OnClick() 보호된 메소드

protected OnClick ( ) : void
리턴 void

프로퍼티 상세

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

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

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

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