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.
[Microsoft.UI.Xaml.TemplateVisualState(GroupName="CommonStates", Name="LoadingIn")]
[Microsoft.UI.Xaml.TemplateVisualState(GroupName="CommonStates", Name="LoadingOut")]
public class Loading : Microsoft.UI.Xaml.Controls.ContentControl
[<Microsoft.UI.Xaml.TemplateVisualState(GroupName="CommonStates", Name="LoadingIn")>]
[<Microsoft.UI.Xaml.TemplateVisualState(GroupName="CommonStates", Name="LoadingOut")>]
type Loading = class
inherit ContentControl
Public Class Loading
Inherits ContentControl
- Inheritance
-
Microsoft.UI.Xaml.Controls.ContentControlLoading
- Attributes
-
Microsoft.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() | Microsoft.UI.Xaml.Controls.ContentControl.OnApplyTemplate |