C# Класс ErlangEditor.EffectHelper

Наследование: System.Windows.DependencyObject
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ScrollEffectProperty System.Windows.DependencyProperty
TitleEffectProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
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

Описание методов

GetScrollEffect() публичный статический Метод

public static GetScrollEffect ( DependencyObject obj ) : int
obj System.Windows.DependencyObject
Результат int

GetTitleEffect() публичный статический Метод

public static GetTitleEffect ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
Результат bool

ScrollEffectChanged() публичный статический Метод

public static ScrollEffectChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Результат void

SetScrollEffect() публичный статический Метод

public static SetScrollEffect ( DependencyObject obj, int value ) : void
obj System.Windows.DependencyObject
value int
Результат void

SetTitleEffect() публичный статический Метод

public static SetTitleEffect ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
Результат void

TitleEffectChanged() публичный статический Метод

public static TitleEffectChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Результат void

Описание свойств

ScrollEffectProperty публичное статическое свойство

public static DependencyProperty,System.Windows ScrollEffectProperty
Результат System.Windows.DependencyProperty

TitleEffectProperty публичное статическое свойство

public static DependencyProperty,System.Windows TitleEffectProperty
Результат System.Windows.DependencyProperty