C# Class MahTweets.TwitterPlugin.UI.RetweetedBy

Inheritance: System.Windows.Controls.TextBlock
Show file Open project: nickhodge/MahTweets.LawrenceHargrave

Public Properties

Property Type Description
ByProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetBy ( DependencyObject obj ) : Contact
SetBy ( DependencyObject obj, Double value ) : void

Private Methods

Method Description
OnSourceChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

GetBy() public static method

public static GetBy ( DependencyObject obj ) : Contact
obj System.Windows.DependencyObject
return MahTweets.Core.Contact

SetBy() public static method

public static SetBy ( DependencyObject obj, Double value ) : void
obj System.Windows.DependencyObject
value Double
return void

Property Details

ByProperty public static property

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