C# Class ClassLibrary.Common.TitleBar

Afficher le fichier Open project: justijndepover/Soundcloudplus

Méthodes publiques

Свойство Type Description
BackgroundColorProperty Windows.UI.Xaml.DependencyProperty
ButtonBackgroundColorProperty Windows.UI.Xaml.DependencyProperty
ButtonForegroundColorProperty Windows.UI.Xaml.DependencyProperty
ButtonHoverBackgroundColorProperty Windows.UI.Xaml.DependencyProperty
ButtonHoverForegroundColorProperty Windows.UI.Xaml.DependencyProperty
ForegroundColorProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
GetBackgroundColor ( DependencyObject d ) : Color
GetButtonBackgroundColor ( DependencyObject d ) : Color
GetButtonForegroundColor ( DependencyObject d ) : Color
GetButtonHoverBackgroundColor ( DependencyObject d ) : Color
GetButtonHoverForegroundColor ( DependencyObject d ) : Color
GetForegroundColor ( DependencyObject d ) : Color
SetBackgroundColor ( DependencyObject d, Color value ) : void
SetButtonBackgroundColor ( DependencyObject d, Color value ) : void
SetButtonForegroundColor ( DependencyObject d, Color value ) : void
SetButtonHoverBackgroundColor ( DependencyObject d, Color value ) : void
SetButtonHoverForegroundColor ( DependencyObject d, Color value ) : void
SetForegroundColor ( DependencyObject d, Color value ) : void

Private Methods

Méthode Description
OnBackgroundColorPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnButtonBackgroundColorPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnButtonForegroundColorPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnButtonHoverBackgroundColorPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnButtonHoverForegroundColorPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnForegroundColorPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetBackgroundColor() public static méthode

public static GetBackgroundColor ( DependencyObject d ) : Color
d Windows.UI.Xaml.DependencyObject
Résultat Windows.UI.Color

GetButtonBackgroundColor() public static méthode

public static GetButtonBackgroundColor ( DependencyObject d ) : Color
d Windows.UI.Xaml.DependencyObject
Résultat Windows.UI.Color

GetButtonForegroundColor() public static méthode

public static GetButtonForegroundColor ( DependencyObject d ) : Color
d Windows.UI.Xaml.DependencyObject
Résultat Windows.UI.Color

GetButtonHoverBackgroundColor() public static méthode

public static GetButtonHoverBackgroundColor ( DependencyObject d ) : Color
d Windows.UI.Xaml.DependencyObject
Résultat Windows.UI.Color

GetButtonHoverForegroundColor() public static méthode

public static GetButtonHoverForegroundColor ( DependencyObject d ) : Color
d Windows.UI.Xaml.DependencyObject
Résultat Windows.UI.Color

GetForegroundColor() public static méthode

public static GetForegroundColor ( DependencyObject d ) : Color
d Windows.UI.Xaml.DependencyObject
Résultat Windows.UI.Color

SetBackgroundColor() public static méthode

public static SetBackgroundColor ( DependencyObject d, Color value ) : void
d Windows.UI.Xaml.DependencyObject
value Windows.UI.Color
Résultat void

SetButtonBackgroundColor() public static méthode

public static SetButtonBackgroundColor ( DependencyObject d, Color value ) : void
d Windows.UI.Xaml.DependencyObject
value Windows.UI.Color
Résultat void

SetButtonForegroundColor() public static méthode

public static SetButtonForegroundColor ( DependencyObject d, Color value ) : void
d Windows.UI.Xaml.DependencyObject
value Windows.UI.Color
Résultat void

SetButtonHoverBackgroundColor() public static méthode

public static SetButtonHoverBackgroundColor ( DependencyObject d, Color value ) : void
d Windows.UI.Xaml.DependencyObject
value Windows.UI.Color
Résultat void

SetButtonHoverForegroundColor() public static méthode

public static SetButtonHoverForegroundColor ( DependencyObject d, Color value ) : void
d Windows.UI.Xaml.DependencyObject
value Windows.UI.Color
Résultat void

SetForegroundColor() public static méthode

public static SetForegroundColor ( DependencyObject d, Color value ) : void
d Windows.UI.Xaml.DependencyObject
value Windows.UI.Color
Résultat void

Property Details

BackgroundColorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml BackgroundColorProperty
Résultat Windows.UI.Xaml.DependencyProperty

ButtonBackgroundColorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ButtonBackgroundColorProperty
Résultat Windows.UI.Xaml.DependencyProperty

ButtonForegroundColorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ButtonForegroundColorProperty
Résultat Windows.UI.Xaml.DependencyProperty

ButtonHoverBackgroundColorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ButtonHoverBackgroundColorProperty
Résultat Windows.UI.Xaml.DependencyProperty

ButtonHoverForegroundColorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ButtonHoverForegroundColorProperty
Résultat Windows.UI.Xaml.DependencyProperty

ForegroundColorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ForegroundColorProperty
Résultat Windows.UI.Xaml.DependencyProperty