C# 클래스 LitDev.Themes.Styles

파일 보기 프로젝트 열기: litdev1/LitDev

공개 메소드들

메소드 설명
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