C# Class WebExpress.Controls.IconButton

Interaction logic for IconButton.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: Sential/WebExpress-beta Class Usage Examples

Méthodes publiques

Méthode Description
IconButton ( ) : System
ImageSource ( string uri ) : void
RippleColor ( Color color ) : void
SetImageScale ( double scale ) : void
SetRippleMargin ( double margin ) : void

Private Methods

Méthode Description
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

Method Details

IconButton() public méthode

public IconButton ( ) : System
Résultat System

ImageSource() public méthode

public ImageSource ( string uri ) : void
uri string
Résultat void

RippleColor() public méthode

public RippleColor ( Color color ) : void
color Color
Résultat void

SetImageScale() public méthode

public SetImageScale ( double scale ) : void
scale double
Résultat void

SetRippleMargin() public méthode

public SetRippleMargin ( double margin ) : void
margin double
Résultat void