C# Class MahTweets.Core.Media.InlineLink

Inheritance: System.Windows.Documents.Span
Mostrar archivo Open project: nickhodge/MahTweets.LawrenceHargrave Class Usage Examples

Public Properties

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

Public Methods

Method Description
InlineLink ( ) : System

Protected Methods

Method Description
OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void

Private Methods

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

Method Details

InlineLink() public method

public InlineLink ( ) : System
return System

OnMouseEnter() protected method

protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void

OnMouseLeave() protected method

protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void

Property Details

ImageProperty public_oe static_oe property

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

TextProperty public_oe static_oe property

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

UrlProperty public_oe static_oe property

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