C# Class WebExpress.Controls.SnackBar

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

Méthodes publiques

Méthode Description
SnackBar ( ) : System.Threading.Tasks
Text ( string text ) : void

Private Methods

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

public SnackBar ( ) : System.Threading.Tasks
Résultat System.Threading.Tasks

Text() public méthode

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