Class BusyIndicator
[StyleTypedProperty(Property = "OverlayStyle", StyleTargetType = typeof(Rectangle))]
public class BusyIndicator : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
- Inheritance
-
BusyIndicator
- Implements
- Inherited Members
- Extension Methods
Constructors
BusyIndicator()
public BusyIndicator()
Fields
BusyContentProperty
Content which is used when is busy.
public static readonly DependencyProperty BusyContentProperty
Field Value
BusyContentTemplateProperty
Content template which is used when is busy.
public static readonly DependencyProperty BusyContentTemplateProperty
Field Value
IsBusyProperty
public static readonly DependencyProperty IsBusyProperty
Field Value
OverlayStyleProperty
public static readonly DependencyProperty OverlayStyleProperty
Field Value
Properties
BusyContent
Content which is used when is busy.
public object BusyContent { get; set; }
Property Value
BusyContentTemplate
Content template which is used when is busy.
public DataTemplate BusyContentTemplate { get; set; }
Property Value
IsBusy
public bool IsBusy { get; set; }
Property Value
IsContentVisible
protected bool IsContentVisible { get; set; }
Property Value
OverlayStyle
public Style OverlayStyle { get; set; }
Property Value
Methods
ChangeVisualState(bool)
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
useTransitions
bool
OnApplyTemplate()
public override void OnApplyTemplate()
OnIsBusyChanged(DependencyPropertyChangedEventArgs)
protected virtual void OnIsBusyChanged(DependencyPropertyChangedEventArgs e)