C# Class SumoNinjaMonkey.Framework.Controls.GlowingButton

Inheritance: Windows.UI.Xaml.Controls.UserControl
显示文件 Open project: liquidboy/X

Public Methods

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

Private Methods

Method Description
layoutRoot_PointerPressed ( object sender, PointerRoutedEventArgs e ) : void

Method Details

GlowingButton() public method

public GlowingButton ( ) : System
return System

LoadMetroIcon() public method

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
return void

UpdateBackgroundColor() public method

public UpdateBackgroundColor ( Brush bkgColor ) : void
bkgColor Windows.UI.Xaml.Media.Brush
return void