Loading Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loading control allows to show an loading animation with some xaml in it.
[Windows.UI.Xaml.TemplateVisualState(GroupName="CommonStates", Name="LoadingIn")]
[Windows.UI.Xaml.TemplateVisualState(GroupName="CommonStates", Name="LoadingOut")]
public class Loading : Windows.UI.Xaml.Controls.ContentControl[<Windows.UI.Xaml.TemplateVisualState(GroupName="CommonStates", Name="LoadingIn")>]
[<Windows.UI.Xaml.TemplateVisualState(GroupName="CommonStates", Name="LoadingOut")>]
type Loading = class
    inherit ContentControlPublic Class Loading
Inherits ContentControl- Inheritance
- 
				Windows.UI.Xaml.Controls.ContentControlLoading
- Attributes
- 
			Windows.UI.Xaml.TemplateVisualStateAttribute
Constructors
| Loading() | Initializes a new instance of the Loading class. | 
Fields
| IsLoadingProperty | Identifies the IsLoading dependency property. | 
Properties
| IsLoading | Gets or sets a value indicating whether the control is in the loading state. | 
Methods
| OnApplyTemplate() | Windows.UI.Xaml.Controls.ContentControl.OnApplyTemplate |