C# Class PocketCampus.Transport.Controls.BiStateExpander

Inheritance: ObservableControl
Show file Open project: accandme/pocketcampus

Public Properties

Property Type Description
CollapsedContentProperty System.Windows.DependencyProperty
ExpandedContentProperty System.Windows.DependencyProperty
HeaderProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
SwitchState void

Public Methods

Method Description
BiStateExpander ( ) : System.Windows

Creates a new BiStateExpander.

Private Methods

Method Description
SwitchState ( ) : void

Switches between the states.

Method Details

BiStateExpander() public method

Creates a new BiStateExpander.
public BiStateExpander ( ) : System.Windows
return System.Windows

Property Details

CollapsedContentProperty public static property

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

ExpandedContentProperty public static property

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

HeaderProperty public static property

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