C# 클래스 SilverlightEffects.FadeTrimming

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

공개 프로퍼티들

프로퍼티 타입 설명
ForegroundColorProperty System.Windows.DependencyProperty
IsEnabledProperty System.Windows.DependencyProperty
ShowTextInToolTipWhenTrimmedProperty System.Windows.DependencyProperty
ToolTipStyleProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetForegroundColor ( DependencyObject obj ) : Color
GetIsEnabled ( DependencyObject obj ) : bool
GetShowTextInToolTipWhenTrimmed ( DependencyObject obj ) : bool
GetToolTipStyle ( DependencyObject obj ) : System.Windows.Style
SetForegroundColor ( DependencyObject obj, Color value ) : void
SetIsEnabled ( DependencyObject obj, bool value ) : void
SetShowTextInToolTipWhenTrimmed ( DependencyObject obj, bool value ) : void
SetToolTipStyle ( DependencyObject obj, System.Windows.Style value ) : void

비공개 메소드들

메소드 설명
GetFader ( DependencyObject obj ) : Fader
HandleIsEnabledChanged ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs e ) : void
HandleTextBlockLoaded ( object sender, RoutedEventArgs e ) : void
HandleTextBlockUnloaded ( object sender, RoutedEventArgs e ) : void
HorizontalBrushNeedsUpdating ( System.Windows.Media.LinearGradientBrush brush, double visibleWidth ) : bool
SetFader ( DependencyObject obj, Fader value ) : void
VerticalBrushNeedsUpdating ( System.Windows.Media.LinearGradientBrush brush, double visibleHeight ) : bool

메소드 상세

GetForegroundColor() 공개 정적인 메소드

public static GetForegroundColor ( DependencyObject obj ) : Color
obj System.Windows.DependencyObject
리턴 Color

GetIsEnabled() 공개 정적인 메소드

public static GetIsEnabled ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
리턴 bool

GetShowTextInToolTipWhenTrimmed() 공개 정적인 메소드

public static GetShowTextInToolTipWhenTrimmed ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
리턴 bool

GetToolTipStyle() 공개 정적인 메소드

public static GetToolTipStyle ( DependencyObject obj ) : System.Windows.Style
obj System.Windows.DependencyObject
리턴 System.Windows.Style

SetForegroundColor() 공개 정적인 메소드

public static SetForegroundColor ( DependencyObject obj, Color value ) : void
obj System.Windows.DependencyObject
value Color
리턴 void

SetIsEnabled() 공개 정적인 메소드

public static SetIsEnabled ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
리턴 void

SetShowTextInToolTipWhenTrimmed() 공개 정적인 메소드

public static SetShowTextInToolTipWhenTrimmed ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
리턴 void

SetToolTipStyle() 공개 정적인 메소드

public static SetToolTipStyle ( DependencyObject obj, System.Windows.Style value ) : void
obj System.Windows.DependencyObject
value System.Windows.Style
리턴 void

프로퍼티 상세

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

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

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

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

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

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

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

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