C# Class MasterDetailsComposition.Behaviors.AritmeticEffectBehavior

Inheritance: Windows.UI.Xaml.DependencyObject, IBehavior
Show file Open project: juanpaexpedite/MasterDetailsComposition

Public Properties

Property Type Description
BackgroundProperty Windows.UI.Xaml.DependencyProperty
ForegroundProperty Windows.UI.Xaml.DependencyProperty
ShowForegroundProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
Attach ( DependencyObject associatedObject ) : void
Detach ( ) : void

Private Methods

Method Description
Invalidate ( bool showforeground ) : void
OnShowForegroundChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

Attach() public method

public Attach ( DependencyObject associatedObject ) : void
associatedObject Windows.UI.Xaml.DependencyObject
return void

Detach() public method

public Detach ( ) : void
return void

Property Details

BackgroundProperty public static property

public static DependencyProperty,Windows.UI.Xaml BackgroundProperty
return Windows.UI.Xaml.DependencyProperty

ForegroundProperty public static property

public static DependencyProperty,Windows.UI.Xaml ForegroundProperty
return Windows.UI.Xaml.DependencyProperty

ShowForegroundProperty public static property

public static DependencyProperty,Windows.UI.Xaml ShowForegroundProperty
return Windows.UI.Xaml.DependencyProperty