C# Class WebExpress.Controls.FlatButton

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

Méthodes publiques

Méthode Description
ChangeTextColor ( string hex ) : void
FlatButton ( ) : System
RippleColor ( Color color ) : void
RippleColor ( string hex ) : void
SetRippleOpacity ( double opacity ) : void
Text ( string text ) : void

Private Methods

Méthode Description
UserControl_PreviewMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

ChangeTextColor() public méthode

public ChangeTextColor ( string hex ) : void
hex string
Résultat void

FlatButton() public méthode

public FlatButton ( ) : System
Résultat System

RippleColor() public méthode

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

RippleColor() public méthode

public RippleColor ( string hex ) : void
hex string
Résultat void

SetRippleOpacity() public méthode

public SetRippleOpacity ( double opacity ) : void
opacity double
Résultat void

Text() public méthode

public Text ( string text ) : void
text string
Résultat void