C# Class SumoNinjaMonkey.Framework.Controls.GlowingButton

Inheritance: Windows.UI.Xaml.Controls.UserControl
Afficher le fichier Open project: liquidboy/X

Méthodes publiques

Méthode Description
GlowingButton ( ) : System
LoadMetroIcon ( string key, Brush iconColor = null, double rotation, double scale = 1 ) : void
UpdateBackgroundColor ( Brush bkgColor ) : void

Private Methods

Méthode Description
layoutRoot_PointerPressed ( object sender, PointerRoutedEventArgs e ) : void

Method Details

GlowingButton() public méthode

public GlowingButton ( ) : System
Résultat System

LoadMetroIcon() public méthode

public LoadMetroIcon ( string key, Brush iconColor = null, double rotation, double scale = 1 ) : void
key string
iconColor Windows.UI.Xaml.Media.Brush
rotation double
scale double
Résultat void

UpdateBackgroundColor() public méthode

public UpdateBackgroundColor ( Brush bkgColor ) : void
bkgColor Windows.UI.Xaml.Media.Brush
Résultat void