BusyIndicator
Displays a busy overlay on top of the content and toggles visual states based on the IsBusy flag.
Erbt von: ContentControl
Eigenschaften
BusyContent : object
Content displayed while the control is busy.
BusyContentTemplate : DataTemplate
Template to render the BusyContent.
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.
Methoden
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.
Felder
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.