Class BusyIndicator
Inheritance
BusyIndicator
Assembly: StockSharp.Xaml.dll
Syntax
public class BusyIndicator : ContentControl
Constructors
BusyIndicator()
Declaration
Fields
BusyContentProperty
Content which is used when is busy.
Declaration
public static readonly DependencyProperty BusyContentProperty
Field Value
BusyContentTemplateProperty
Content template which is used when is busy.
Declaration
public static readonly DependencyProperty BusyContentTemplateProperty
Field Value
IsBusyProperty
Declaration
public static readonly DependencyProperty IsBusyProperty
Field Value
OverlayStyleProperty
Declaration
public static readonly DependencyProperty OverlayStyleProperty
Field Value
Properties
BusyContent
Content which is used when is busy.
Declaration
public object BusyContent { get; set; }
Property Value
BusyContentTemplate
Content template which is used when is busy.
Declaration
public DataTemplate BusyContentTemplate { get; set; }
Property Value
IsBusy
Declaration
public bool IsBusy { get; set; }
Property Value
IsContentVisible
Declaration
protected bool IsContentVisible { get; set; }
Property Value
OverlayStyle
Declaration
public Style OverlayStyle { get; set; }
Property Value
Methods
ChangeVisualState(Boolean)
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
Type |
Name |
Description |
Boolean |
useTransitions |
|
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnIsBusyChanged(DependencyPropertyChangedEventArgs)
Declaration
protected virtual void OnIsBusyChanged(DependencyPropertyChangedEventArgs e)
Parameters
Extension Methods