Table of Contents

Class BusyIndicator

Namespace
Ecng.Xaml
Assembly
StockSharp.Xaml.dll
[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

DependencyProperty

BusyContentTemplateProperty

Content template which is used when is busy.

public static readonly DependencyProperty BusyContentTemplateProperty

Field Value

DependencyProperty

IsBusyProperty

public static readonly DependencyProperty IsBusyProperty

Field Value

DependencyProperty

OverlayStyleProperty

public static readonly DependencyProperty OverlayStyleProperty

Field Value

DependencyProperty

Properties

BusyContent

Content which is used when is busy.

public object BusyContent { get; set; }

Property Value

object

BusyContentTemplate

Content template which is used when is busy.

public DataTemplate BusyContentTemplate { get; set; }

Property Value

DataTemplate

IsBusy

public bool IsBusy { get; set; }

Property Value

bool

IsContentVisible

protected bool IsContentVisible { get; set; }

Property Value

bool

OverlayStyle

public Style OverlayStyle { get; set; }

Property Value

Style

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)

Parameters

e DependencyPropertyChangedEventArgs