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
Exibir arquivo Open project: mikehole/internet-of-esp-things Class Usage Examples

Public Properties

Property Type Description
BusyTextProperty DependencyProperty
IsBusyProperty DependencyProperty

Public Methods

Method Description
Busy ( ) : System
SetBusy ( bool busy, string text = null ) : void

Private Methods

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

Method Details

Busy() public method

public Busy ( ) : System
return System

SetBusy() public static method

public static SetBusy ( bool busy, string text = null ) : void
busy bool
text string
return void

Property Details

BusyTextProperty public_oe static_oe property

public static DependencyProperty BusyTextProperty
return DependencyProperty

IsBusyProperty public_oe static_oe property

public static DependencyProperty IsBusyProperty
return DependencyProperty