C# 클래스 ErlangEditor.EffectHelper

상속: System.Windows.DependencyObject
파일 보기 프로젝트 열기: xdusongwei/ErlangEditor

공개 프로퍼티들

프로퍼티 타입 설명
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