Skip to main content

BrushProviderBase Properties

The base class for classes that modify brushes used to paint the Scheduler’s elements.
Name Description
DefaultCellForegroundBrush
DefaultCellSelectionBrush
DefaultCellTodayHighlightBrush
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.
ResourceCellForegroundBrush
ResourceCellSelectionBrush
ResourceCellTodayHighlightBrush
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.
See Also