C# Class Ioespt.UWP.DeviceControl.Views.Busy

Inheritance: global::Windows.UI.Xaml.Controls.UserControl, global::Windows.UI.Xaml.Markup.IComponentConnector, global::Windows.UI.Xaml.Markup.IComponentConnector2
Afficher le fichier Open project: mikehole/internet-of-esp-things Class Usage Examples

Méthodes publiques

Свойство Type Description
BusyTextProperty DependencyProperty
IsBusyProperty DependencyProperty

Méthodes publiques

Méthode Description
Busy ( ) : System
SetBusy ( bool busy, string text = null ) : void

Private Methods

Méthode Description
Connect ( int connectionId, object target ) : void
GetBindingConnector ( int connectionId, object target ) : global::Windows.UI.Xaml.Markup.IComponentConnector
InitializeComponent ( ) : void

Method Details

Busy() public méthode

public Busy ( ) : System
Résultat System

SetBusy() public static méthode

public static SetBusy ( bool busy, string text = null ) : void
busy bool
text string
Résultat void

Property Details

BusyTextProperty public_oe static_oe property

public static DependencyProperty BusyTextProperty
Résultat DependencyProperty

IsBusyProperty public_oe static_oe property

public static DependencyProperty IsBusyProperty
Résultat DependencyProperty