Class RadBusyIndicator
Inheritance
System.Object
RadBusyIndicator
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadBusyIndicator : RadContentControl
Constructors
Declaration
public RadBusyIndicator()
Fields
Declaration
public static readonly DependencyProperty AnimationStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ContentPositionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IndicatorAnimationStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty InitialDelayProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsActiveProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty OverlayBackgroundProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public AnimationStyle AnimationStyle { get; set; }
Property Value
Declaration
public ContentPosition ContentPosition { get; set; }
Property Value
Declaration
public Style IndicatorAnimationStyle { get; set; }
Property Value
Declaration
public TimeSpan InitialDelay { get; set; }
Property Value
Declaration
public bool IsActive { get; set; }
Property Value
Declaration
public Brush OverlayBackground { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Methods
Declaration
protected override string ComposeVisualStateName()
Returns
Overrides
Declaration
protected override void OnApplyTemplate()
Overrides
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Declaration
protected override void OnLoaded(object sender, RoutedEventArgs e)
Parameters
|
System.Object
sender
|
|
Microsoft.UI.Xaml.RoutedEventArgs
e
|
Overrides
Declaration
protected override void OnUnloaded(object sender, RoutedEventArgs e)
Parameters
|
System.Object
sender
|
|
Microsoft.UI.Xaml.RoutedEventArgs
e
|
Overrides
Extension Methods