C# Class BaconographyWP8.Common.RichMarkdownButton

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

Public Properties

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

Public Methods

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

Protected Methods

Method Description
OnClick ( ) : void

Method Details

OnClick() protected method

protected OnClick ( ) : void
return void

RichMarkdownButton() public method

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

Property Details

RealContentProperty public static property

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

UrlProperty public static property

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