C# Class TrakHound_UI.CollapseButton

Interaction logic for CollapseButton.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: TrakHound/TrakHound-Community

Public Properties

Property Type Description
ButtonContentProperty System.Windows.DependencyProperty
IsExpandedProperty System.Windows.DependencyProperty
PageContentProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Public Methods

Method Description
CollapseButton ( ) : System.Windows

Private Methods

Method Description
Grid_PreviewMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

CollapseButton() public method

public CollapseButton ( ) : System.Windows
return System.Windows

Property Details

ButtonContentProperty public static property

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

IsExpandedProperty public static property

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

PageContentProperty public static property

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

TextProperty public static property

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