C# 클래스 SilverlightEffects.FadeTrimming.Fader

파일 보기 프로젝트 열기: samueldjack/FadeTrimming

공개 메소드들

메소드 설명
Attach ( ) : void
Detach ( ) : void
Fader ( System.Windows.Controls.TextBlock textBlock ) : System

비공개 메소드들

메소드 설명
DetermineForegroundColor ( System.Windows.Controls.TextBlock textBlock ) : Color
GetHorizontalClipBrush ( double visibleWidth ) : System.Windows.Media.LinearGradientBrush
GetVerticalClipBrush ( double visibleHeight ) : System.Windows.Media.LinearGradientBrush
UpdateForegroundBrush ( object sender, EventArgs e ) : void

메소드 상세

Attach() 공개 메소드

public Attach ( ) : void
리턴 void

Detach() 공개 메소드

public Detach ( ) : void
리턴 void

Fader() 공개 메소드

public Fader ( System.Windows.Controls.TextBlock textBlock ) : System
textBlock System.Windows.Controls.TextBlock
리턴 System