public class BusyDecorator : Decorator
Public Class BusyDecorator
Inherits Decorator
BusyDecorator | Class constructor. |
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. |
BusyHorizontalAlignmentProperty | Identifies the BusyHorizontalAlignment property. |
BusySizeProperty | Identifies the BusySize property. |
BusyVerticalAlignmentProperty | Identifies the BusyVerticalAlignment property. |
IsBusyIndicatorShowingProperty | Identifies the IsBusyIndicatorShowing dependency property. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |