C# Class ErlangEditor.EffectHelper

Inheritance: System.Windows.DependencyObject
Show file Open project: xdusongwei/ErlangEditor

Public Properties

Property Type Description
ScrollEffectProperty System.Windows.DependencyProperty
TitleEffectProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetScrollEffect ( DependencyObject obj ) : int
GetTitleEffect ( DependencyObject obj ) : bool
ScrollEffectChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetScrollEffect ( DependencyObject obj, int value ) : void
SetTitleEffect ( DependencyObject obj, bool value ) : void
TitleEffectChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetScrollEffect() public static method

public static GetScrollEffect ( DependencyObject obj ) : int
obj System.Windows.DependencyObject
return int

GetTitleEffect() public static method

public static GetTitleEffect ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
return bool

ScrollEffectChanged() public static method

public static ScrollEffectChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

SetScrollEffect() public static method

public static SetScrollEffect ( DependencyObject obj, int value ) : void
obj System.Windows.DependencyObject
value int
return void

SetTitleEffect() public static method

public static SetTitleEffect ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
return void

TitleEffectChanged() public static method

public static TitleEffectChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

Property Details

ScrollEffectProperty public static property

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

TitleEffectProperty public static property

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