C# Class LitDev.Themes.Styles

Exibir arquivo Open project: litdev1/LitDev

Public Methods

Method Description
Initialise ( string key ) : void
SetStyle ( System.Windows.Controls.Button button, System.Windows.Media.Brush unpressedBrush, System.Windows.Media.Brush mouseOverBrush, System.Windows.Media.Brush pressedBrush, System.Windows.Media.Brush unpressedPen, System.Windows.Media.Brush mouseOverPen, System.Windows.Media.Brush pressedPen, double radius, bool bShine ) : void

Method Details

Initialise() public static method

public static Initialise ( string key ) : void
key string
return void

SetStyle() public static method

public static SetStyle ( System.Windows.Controls.Button button, System.Windows.Media.Brush unpressedBrush, System.Windows.Media.Brush mouseOverBrush, System.Windows.Media.Brush pressedBrush, System.Windows.Media.Brush unpressedPen, System.Windows.Media.Brush mouseOverPen, System.Windows.Media.Brush pressedPen, double radius, bool bShine ) : void
button System.Windows.Controls.Button
unpressedBrush System.Windows.Media.Brush
mouseOverBrush System.Windows.Media.Brush
pressedBrush System.Windows.Media.Brush
unpressedPen System.Windows.Media.Brush
mouseOverPen System.Windows.Media.Brush
pressedPen System.Windows.Media.Brush
radius double
bShine bool
return void