C# 클래스 WebExpress.Controls.IconButton

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

공개 메소드들

메소드 설명
IconButton ( ) : System
ImageSource ( string uri ) : void
RippleColor ( Color color ) : void
SetImageScale ( double scale ) : void
SetRippleMargin ( double margin ) : void

비공개 메소드들

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

메소드 상세

IconButton() 공개 메소드

public IconButton ( ) : System
리턴 System

ImageSource() 공개 메소드

public ImageSource ( string uri ) : void
uri string
리턴 void

RippleColor() 공개 메소드

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

SetImageScale() 공개 메소드

public SetImageScale ( double scale ) : void
scale double
리턴 void

SetRippleMargin() 공개 메소드

public SetRippleMargin ( double margin ) : void
margin double
리턴 void