C# Class SilverlightEffects.FadeTrimming

Afficher le fichier Open project: samueldjack/FadeTrimming

Méthodes publiques

Свойство Type Description
ForegroundColorProperty System.Windows.DependencyProperty
IsEnabledProperty System.Windows.DependencyProperty
ShowTextInToolTipWhenTrimmedProperty System.Windows.DependencyProperty
ToolTipStyleProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

GetForegroundColor() public static méthode

public static GetForegroundColor ( DependencyObject obj ) : Color
obj System.Windows.DependencyObject
Résultat Color

GetIsEnabled() public static méthode

public static GetIsEnabled ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
Résultat bool

GetShowTextInToolTipWhenTrimmed() public static méthode

public static GetShowTextInToolTipWhenTrimmed ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
Résultat bool

GetToolTipStyle() public static méthode

public static GetToolTipStyle ( DependencyObject obj ) : System.Windows.Style
obj System.Windows.DependencyObject
Résultat System.Windows.Style

SetForegroundColor() public static méthode

public static SetForegroundColor ( DependencyObject obj, Color value ) : void
obj System.Windows.DependencyObject
value Color
Résultat void

SetIsEnabled() public static méthode

public static SetIsEnabled ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
Résultat void

SetShowTextInToolTipWhenTrimmed() public static méthode

public static SetShowTextInToolTipWhenTrimmed ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
Résultat void

SetToolTipStyle() public static méthode

public static SetToolTipStyle ( DependencyObject obj, System.Windows.Style value ) : void
obj System.Windows.DependencyObject
value System.Windows.Style
Résultat void

Property Details

ForegroundColorProperty public_oe static_oe property

public static DependencyProperty,System.Windows ForegroundColorProperty
Résultat System.Windows.DependencyProperty

IsEnabledProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsEnabledProperty
Résultat System.Windows.DependencyProperty

ShowTextInToolTipWhenTrimmedProperty public_oe static_oe property

public static DependencyProperty,System.Windows ShowTextInToolTipWhenTrimmedProperty
Résultat System.Windows.DependencyProperty

ToolTipStyleProperty public_oe static_oe property

public static DependencyProperty,System.Windows ToolTipStyleProperty
Résultat System.Windows.DependencyProperty