C# Class GestSpace.TileConfigView

Interaction logic for TileConfigView.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: NicolasDorier/GestSpace

Public Properties

Property Type Description
CanShowProperty System.Windows.DependencyProperty
HasExceptionProperty System.Windows.DependencyProperty
IsSelectedProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
OnCanShowChanged void
OnHasExceptionChanged void
OnIsSelectedChanged void
Show void
TextBlock_MouseLeftButtonDown void
UpdateStates void

Public Methods

Method Description
TileConfigView ( ) : System

Private Methods

Method Description
OnCanShowChanged ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnHasExceptionChanged ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnIsSelectedChanged ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs args ) : void
Show ( bool value ) : void
TextBlock_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
UpdateStates ( bool transition ) : void

Method Details

TileConfigView() public method

public TileConfigView ( ) : System
return System

Property Details

CanShowProperty public static property

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

HasExceptionProperty public static property

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

IsSelectedProperty public static property

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