C# Class WebExpress.Controls.SnackBar

Interaction logic for SnackBar.xaml
Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: Sential/WebExpress-beta Class Usage Examples

Public Methods

Method Description
SnackBar ( ) : System.Threading.Tasks
Text ( string text ) : void

Private Methods

Method Description
OKBtn_OnPreviewMouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
SnackBar_Loaded ( object sender, RoutedEventArgs e ) : void
SnackBar_OnSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void

Method Details

SnackBar() public method

public SnackBar ( ) : System.Threading.Tasks
return System.Threading.Tasks

Text() public method

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