C# Class WebExpress.Controls.FlatButton

Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: Sential/WebExpress-beta Class Usage Examples

Public Methods

Method 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

Method Description
UserControl_PreviewMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

ChangeTextColor() public method

public ChangeTextColor ( string hex ) : void
hex string
return void

FlatButton() public method

public FlatButton ( ) : System
return System

RippleColor() public method

public RippleColor ( Color color ) : void
color Color
return void

RippleColor() public method

public RippleColor ( string hex ) : void
hex string
return void

SetRippleOpacity() public method

public SetRippleOpacity ( double opacity ) : void
opacity double
return void

Text() public method

public Text ( string text ) : void
text string
return void