BusyIndicator

Ecng.Xaml

Displays a busy overlay on top of the content and toggles visual states based on the IsBusy flag.

継承元: ContentControl

プロパティ

BusyContent : object

Content displayed while the control is busy.

BusyContentTemplate : DataTemplate

Template to render the BusyContent.

IsBusy : bool

Gets or sets a value indicating whether the busy overlay is shown.

IsContentVisible : bool

Gets or sets a value indicating whether the busy content should be visible.

OverlayStyle : Style

Gets or sets the style applied to the overlay element that covers the content when busy.

メソッド

ChangeVisualState(bool)

Switches the control's visual state to reflect the current values of IsBusy and IsContentVisible.

useTransitions
True to use visual transitions; otherwise false.
OnApplyTemplate()

Builds the visual tree for the LayoutTransformer control when a new template is applied.

OnIsBusyChanged(DependencyPropertyChangedEventArgs)

Called when the IsBusy property value changes.

フィールド

BusyContentProperty : DependencyProperty

Content displayed while the control is busy.

BusyContentTemplateProperty : DependencyProperty

Template to render the BusyContent.

IsBusyProperty : DependencyProperty

Identifies the IsBusy dependency property.

OverlayStyleProperty : DependencyProperty

Identifies the OverlayStyle dependency property.