C# 클래스 FFMS.Marquee

상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: kntryer/FFMS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BehaviorProperty System.Windows.DependencyProperty
DirectionProperty System.Windows.DependencyProperty
LoopProperty System.Windows.DependencyProperty
ScrollAmountProperty System.Windows.DependencyProperty
ScrollDelayProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void

보호된 메소드들

메소드 설명
OnRenderSizeChanged ( System.Windows.SizeChangedInfo sizeInfo ) : void

비공개 메소드들

메소드 설명
DoUpdate ( double horizontalOffset, double verticalOffset, Func boundPredicate, System.Action boundAction ) : void
EnsureVisibility ( double contentWidth, double contentHeight ) : void
Marquee ( ) : System
Marquee_Loaded ( object sender, RoutedEventArgs e ) : void
Marquee_Unloaded ( object sender, RoutedEventArgs e ) : void
OnCoerceLoop ( DependencyObject sender, object value ) : object
OnCoerceScrollAmount ( DependencyObject sender, object value ) : object
OnCoerceScrollDelay ( DependencyObject sender, object value ) : object
OnMarqueeParameterChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnUpdateContentPosition ( ) : void
ResetAnimation ( ) : void
Timer_Tick ( object sender, EventArgs e ) : void

메소드 상세

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

OnRenderSizeChanged() 보호된 메소드

protected OnRenderSizeChanged ( System.Windows.SizeChangedInfo sizeInfo ) : void
sizeInfo System.Windows.SizeChangedInfo
리턴 void

프로퍼티 상세

BehaviorProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows BehaviorProperty
리턴 System.Windows.DependencyProperty

DirectionProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows DirectionProperty
리턴 System.Windows.DependencyProperty

LoopProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows LoopProperty
리턴 System.Windows.DependencyProperty

ScrollAmountProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ScrollAmountProperty
리턴 System.Windows.DependencyProperty

ScrollDelayProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ScrollDelayProperty
리턴 System.Windows.DependencyProperty