C# Class BaconographyWP8.Common.MarkdownButton

Inheritance: System.Windows.Controls.Button
Show file Open project: Synergex/Baconography

Public Properties

Property Type Description
TextProperty System.Windows.DependencyProperty
UrlProperty System.Windows.DependencyProperty

Public Methods

Method Description
MarkdownButton ( string url, object content ) : System

Protected Methods

Method Description
OnClick ( ) : void

Private Methods

Method Description
OnTextChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnUrlChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

MarkdownButton() public method

public MarkdownButton ( string url, object content ) : System
url string
content object
return System

OnClick() protected method

protected OnClick ( ) : void
return void

Property Details

TextProperty public static property

public static DependencyProperty,System.Windows TextProperty
return System.Windows.DependencyProperty

UrlProperty public static property

public static DependencyProperty,System.Windows UrlProperty
return System.Windows.DependencyProperty