A newer version of this page is available.
Switch to the current version.
BrushProviderBase Members
The base class for classes that modify brushes used to paint the Scheduler's elements.Fields
Properties
Name | Description |
---|---|
DefaultDarkCellBackground | Specifies the brush used to paint the background of time slots that represent non-working hours. This is a dependency property. |
DefaultDarkCellDarkBorderBrush | Specifies the brush used to paint the borders of time slots that represent non-working hours, at the beginning of every hour. This is a dependency property. |
DefaultDarkCellLightBorderBrush | Specifies the brush used to paint the regular borders of time slots that represent non-working hours. This is a dependency property. |
DefaultHeaderBackground | Specifies the brush used to paint the resource header background. This is a dependency property. |
DefaultHeaderBorderBrush | Specifies the brush used to paint the resource header's border. This is a dependency property. |
DefaultHeaderForeground | Specifies the brush used to paint the resource header foreground. This is a dependency property. |
DefaultHeaderTodayBackground | Specifies the brush used to paint the current day header background. This is a dependency property. |
DefaultHeaderTodayBorderBrush | Specifies the brush used to paint the current day header's border. This is a dependency property. |
DefaultHeaderTodayForeground | Specifies the brush used to paint the current day header foreground. This is a dependency property. |
DefaultLabelBrush | Specifies the brush used to paint appointments that have multiple associated resources and a transparent label. This is a dependency property. |
DefaultLightCellBackground | Specifies the brush used to paint the background of time slots that represent working hours. This is a dependency property. |
DefaultLightCellDarkBorderBrush | Specifies the brush used to paint the borders of time slots that represent working hours, at the beginning of every hour. This is a dependency property. |
DefaultLightCellLightBorderBrush | Specifies the brush used to paint the regular borders of time slots that represent working hours. This is a dependency property. |
DefaultNavigationButtonDisabledBackground | Specifies the brush used to paint the background of an inactive navigation button. This is a dependency property. |
DefaultNavigationButtonDisabledBorderBrush | Specifies the brush used to paint the border of an inactive navigation button. This is a dependency property. |
DefaultNavigationButtonHoverBackground | Specifies the brush used to paint the background of a hovered navigation button. This is a dependency property. |
DefaultNavigationButtonHoverBorderBrush | Specifies the brush used to paint the border of a hovered navigation button. This is a dependency property. |
DefaultNavigationButtonHoverForeground | Specifies the brush used to paint the foreground of a hovered navigation button. This is a dependency property. |
DefaultNavigationButtonNormalBackground | Specifies the brush used to paint the background of a navigation button. This is a dependency property. |
DefaultNavigationButtonNormalBorderBrush | Specifies the brush used to paint the border of a navigation button. This is a dependency property. |
DefaultNavigationButtonNormalForeground | Specifies the brush used to paint the foreground of a navigation button. This is a dependency property. |
DefaultNavigationButtonPressedBackground | Specifies the brush used to paint the background of a navigation button that the end-user is pressing. This is a dependency property. |
DefaultNavigationButtonPressedBorderBrush | Specifies the brush used to paint the border of a navigation button that the end-user is pressing. This is a dependency property. |
DefaultNavigationButtonPressedForeground | Specifies the brush used to paint the foreground of a navigation button that the end-user is pressing. This is a dependency property. |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
ResourceDarkCellBackground | Specifies the transformation applied to the DefaultDarkCellBackground. This is a dependency property. |
ResourceDarkCellDarkBorderBrush | Specifies the transformation applied to the DefaultDarkCellDarkBorderBrush. This is a dependency property. |
ResourceDarkCellLightBorderBrush | Specifies the transformation applied to the DefaultDarkCellLightBorderBrush. This is a dependency property. |
ResourceHeaderBackground | Specifies the transformation applied to the DefaultHeaderBackground. This is a dependency property. |
ResourceHeaderBorderBrush | Specifies the transformation applied to the DefaultHeaderBorderBrush. This is a dependency property. |
ResourceHeaderForeground | Specifies the transformation applied to the DefaultHeaderForeground. This is a dependency property. |
ResourceHeaderTodayBackground | Specifies the transformation applied to the DefaultHeaderTodayBackground. This is a dependency property. |
ResourceHeaderTodayBorderBrush | Specifies the transformation applied to the DefaultHeaderTodayBorderBrush. This is a dependency property. |
ResourceHeaderTodayForeground | Specifies the transformation applied to the DefaultHeaderTodayForeground. This is a dependency property. |
ResourceLabelBrush | Specifies the transformation applied to the DefaultLabelBrush. This is a dependency property. |
ResourceLightCellBackground | Specifies the transformation applied to the DefaultLightCellBackground. This is a dependency property. |
ResourceLightCellDarkBorderBrush | Specifies the transformation applied to the DefaultLightCellDarkBorderBrush. This is a dependency property. |
ResourceLightCellLightBorderBrush | Specifies the transformation applied to the DefaultLightCellLightBorderBrush. This is a dependency property. |
ResourceNavigationButtonDisabledBackground | Specifies the transformation applied to the DefaultNavigationButtonDisabledBackground. This is a dependency property. |
ResourceNavigationButtonDisabledBorderBrush | Specifies the transformation applied to the DefaultNavigationButtonDisabledBorderBrush. This is a dependency property. |
ResourceNavigationButtonHoverBackground | Specifies the transformation applied to the DefaultNavigationButtonHoverBackground. This is a dependency property. |
ResourceNavigationButtonHoverBorderBrush | Specifies the transformation applied to the DefaultNavigationButtonHoverBorderBrush. This is a dependency property. |
ResourceNavigationButtonHoverForeground | Specifies the transformation applied to the DefaultNavigationButtonHoverForeground. This is a dependency property. |
ResourceNavigationButtonNormalBackground | Specifies the transformation applied to the DefaultNavigationButtonNormalBackground. This is a dependency property. |
ResourceNavigationButtonNormalBorderBrush | Specifies the transformation applied to the DefaultNavigationButtonNormalBorderBrush. This is a dependency property. |
ResourceNavigationButtonNormalForeground | Specifies the transformation applied to the DefaultNavigationButtonNormalForeground. This is a dependency property. |
ResourceNavigationButtonPressedBackground | Specifies the transformation applied to the DefaultNavigationButtonPressedBackground. This is a dependency property. |
ResourceNavigationButtonPressedBorderBrush | Specifies the transformation applied to the DefaultNavigationButtonPressedBorderBrush. This is a dependency property. |
ResourceNavigationButtonPressedForeground | Specifies the transformation applied to the DefaultNavigationButtonPressedForeground. This is a dependency property. |
Methods
Name | Description |
---|---|
CheckAccess() | Determines whether the calling thread has access to this DispatcherObject. Inherited from DispatcherObject. |
ClearValue(DependencyProperty) | Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. Inherited from DependencyObject. |
ClearValue(DependencyPropertyKey) | Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey. Inherited from DependencyObject. |
CoerceValue(DependencyProperty) | Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject. Inherited from DependencyObject. |
Equals(Object) | Determines whether a provided DependencyObject is equivalent to the current DependencyObject. Inherited from DependencyObject. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
GetHashCode() | Gets a hash code for this DependencyObject. Inherited from DependencyObject. |
GetLocalValueEnumerator() | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. Inherited from DependencyObject. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
GetValue(DependencyProperty) | Returns the current effective value of a dependency property on this instance of a DependencyObject. Inherited from DependencyObject. |
InvalidateProperty(DependencyProperty) | Re-evaluates the effective value for the specified dependency property. Inherited from DependencyObject. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
OnPropertyChanged(DependencyPropertyChangedEventArgs) protected | Invoked whenever the effective value of any dependency property on this DependencyObject has been updated. The specific dependency property that changed is reported in the event data. Inherited from DependencyObject. |
ReadLocalValue(DependencyProperty) | Returns the local value of a dependency property, if it exists. Inherited from DependencyObject. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
SetCurrentValue(DependencyProperty, Object) | Sets the value of a dependency property without changing its value source. Inherited from DependencyObject. |
SetValue(DependencyProperty, Object) | Sets the local value of a dependency property, specified by its dependency property identifier. Inherited from DependencyObject. |
SetValue(DependencyPropertyKey, Object) | Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. Inherited from DependencyObject. |
ShouldSerializeProperty(DependencyProperty) protected | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. Inherited from DependencyObject. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
VerifyAccess() | Enforces that the calling thread has access to this DispatcherObject. Inherited from DispatcherObject. |
See Also
Feedback