C# Class Netsy.Listings.Controls.ListingSmall

Control to show a summery of a listing
Inheritance: System.Windows.Controls.UserControl
Show file Open project: AnthonySteele/Netsy

Public Methods

Method Description
ListingSmall ( ) : System.Windows.Controls

Initializes a new instance of the ListingSmall class

Private Methods

Method Description
HideTextWhenOut ( ) : void

Action at the end of a fade-out animation - hide the panel unless the mouse has already moved back in

InitializeStoryBoards ( ) : void

set up the storyboards

OnMouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Mouse focus enters the control

OnMouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Mouse focus leaves the control

Method Details

ListingSmall() public method

Initializes a new instance of the ListingSmall class
public ListingSmall ( ) : System.Windows.Controls
return System.Windows.Controls