C# 클래스 WebExpress.Controls.FlatButton

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: Sential/WebExpress-beta 1 사용 예제들

공개 메소드들

메소드 설명
ChangeTextColor ( string hex ) : void
FlatButton ( ) : System
RippleColor ( Color color ) : void
RippleColor ( string hex ) : void
SetRippleOpacity ( double opacity ) : void
Text ( string text ) : void

비공개 메소드들

메소드 설명
UserControl_PreviewMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

메소드 상세

ChangeTextColor() 공개 메소드

public ChangeTextColor ( string hex ) : void
hex string
리턴 void

FlatButton() 공개 메소드

public FlatButton ( ) : System
리턴 System

RippleColor() 공개 메소드

public RippleColor ( Color color ) : void
color Color
리턴 void

RippleColor() 공개 메소드

public RippleColor ( string hex ) : void
hex string
리턴 void

SetRippleOpacity() 공개 메소드

public SetRippleOpacity ( double opacity ) : void
opacity double
리턴 void

Text() 공개 메소드

public Text ( string text ) : void
text string
리턴 void