C# Class ParkenDD.Behaviors.TitleBarBehavior

Inheritance: Windows.UI.Xaml.DependencyObject, IBehavior
ファイルを表示 Open project: sibbl/ParkenDD

Public Properties

Property Type Description
BackgroundColorProperty DependencyProperty
ButtonBackgroundColorProperty DependencyProperty
ButtonForegroundColorProperty DependencyProperty
ButtonHoverBackgroundColorProperty DependencyProperty
ButtonHoverForegroundColorProperty DependencyProperty
ButtonInactiveBackgroundColorProperty DependencyProperty
ButtonInactiveForegroundColorProperty DependencyProperty
ButtonPressedBackgroundColorProperty DependencyProperty
ButtonPressedForegroundColorProperty DependencyProperty
ForegroundColorProperty DependencyProperty
InactiveBackgroundColorProperty DependencyProperty
InactiveForegroundColorProperty DependencyProperty

Public Methods

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

Private Methods

Method Description
OnBackgroundColorChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnButtonBackgroundColorChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnButtonForegroundColorChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnButtonHoverBackgroundColorChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnButtonHoverForegroundColorChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnButtonInactiveBackgroundColorChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnButtonInactiveForegroundColorChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnButtonPressedBackgroundColorChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnButtonPressedForegroundColorChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnForegroundColorChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnInactiveBackgroundColorChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnInactiveForegroundColorChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

Attach() public method

public Attach ( DependencyObject associatedObject ) : void
associatedObject DependencyObject
return void

Detach() public method

public Detach ( ) : void
return void

Property Details

BackgroundColorProperty public_oe static_oe property

public static DependencyProperty BackgroundColorProperty
return DependencyProperty

ButtonBackgroundColorProperty public_oe static_oe property

public static DependencyProperty ButtonBackgroundColorProperty
return DependencyProperty

ButtonForegroundColorProperty public_oe static_oe property

public static DependencyProperty ButtonForegroundColorProperty
return DependencyProperty

ButtonHoverBackgroundColorProperty public_oe static_oe property

public static DependencyProperty ButtonHoverBackgroundColorProperty
return DependencyProperty

ButtonHoverForegroundColorProperty public_oe static_oe property

public static DependencyProperty ButtonHoverForegroundColorProperty
return DependencyProperty

ButtonInactiveBackgroundColorProperty public_oe static_oe property

public static DependencyProperty ButtonInactiveBackgroundColorProperty
return DependencyProperty

ButtonInactiveForegroundColorProperty public_oe static_oe property

public static DependencyProperty ButtonInactiveForegroundColorProperty
return DependencyProperty

ButtonPressedBackgroundColorProperty public_oe static_oe property

public static DependencyProperty ButtonPressedBackgroundColorProperty
return DependencyProperty

ButtonPressedForegroundColorProperty public_oe static_oe property

public static DependencyProperty ButtonPressedForegroundColorProperty
return DependencyProperty

ForegroundColorProperty public_oe static_oe property

public static DependencyProperty ForegroundColorProperty
return DependencyProperty

InactiveBackgroundColorProperty public_oe static_oe property

public static DependencyProperty InactiveBackgroundColorProperty
return DependencyProperty

InactiveForegroundColorProperty public_oe static_oe property

public static DependencyProperty InactiveForegroundColorProperty
return DependencyProperty