BusyDecorator Class

Decorator with multithreaded wait flag.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class BusyDecorator : Decorator
Inheritance
Object    DispatcherObject    DependencyObject    Visual    UIElement    FrameworkElement    Decorator    BusyDecorator

Constructors

BusyDecorator Class constructor.

Properties

BusyHorizontalAlignment Gets or sets the HorizontalAlignment to use to layout the control that contains the busy indicator control.
BusySize Gets or sets the Size to apply to the Control that is displayed as the busy indicator.
BusyVerticalAlignment Gets or sets the the VerticalAlignment to use to layout the control that contains the busy indicator.
IsBusyIndicatorShowing Gets or sets if the BusyIndicator is being shown.

Fields

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also