Edit

Share via


Loading Class

Definition

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.ContentControl
Loading
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

Applies to