C# Class ErlangEditor.EffectHelper

Inheritance: System.Windows.DependencyObject
Afficher le fichier Open project: xdusongwei/ErlangEditor

Méthodes publiques

Свойство Type Description
ScrollEffectProperty System.Windows.DependencyProperty
TitleEffectProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode 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 méthode

public static GetScrollEffect ( DependencyObject obj ) : int
obj System.Windows.DependencyObject
Résultat int

GetTitleEffect() public static méthode

public static GetTitleEffect ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
Résultat bool

ScrollEffectChanged() public static méthode

public static ScrollEffectChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

SetScrollEffect() public static méthode

public static SetScrollEffect ( DependencyObject obj, int value ) : void
obj System.Windows.DependencyObject
value int
Résultat void

SetTitleEffect() public static méthode

public static SetTitleEffect ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
Résultat void

TitleEffectChanged() public static méthode

public static TitleEffectChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

Property Details

ScrollEffectProperty public_oe static_oe property

public static DependencyProperty,System.Windows ScrollEffectProperty
Résultat System.Windows.DependencyProperty

TitleEffectProperty public_oe static_oe property

public static DependencyProperty,System.Windows TitleEffectProperty
Résultat System.Windows.DependencyProperty