C# Класс LitDev.Themes.Styles

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Initialise() публичный статический Метод

public static Initialise ( string key ) : void
key string
Результат void

SetStyle() публичный статический Метод

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
Результат void