Back to Devexpress

BrushProviderBase Properties

wpf-devexpress-dot-xpf-dot-scheduling-dot-common-dot-brushproviderbase-dot-underscore-properties.md

latest16.1 KB
Original Source

BrushProviderBase Properties

The base class for classes that modify brushes used to paint the Scheduler’s elements.

NameDescription
DefaultCellForegroundBrush
DefaultCellSelectionBrush
DefaultCellTodayHighlightBrush
DefaultDarkCellBackgroundSpecifies the brush used to paint the background of time slots that represent non-working hours. This is a dependency property.
DefaultDarkCellDarkBorderBrushSpecifies 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.
DefaultDarkCellLightBorderBrushSpecifies the brush used to paint the regular borders of time slots that represent non-working hours. This is a dependency property.
DefaultHeaderBackgroundSpecifies the brush used to paint the resource header background. This is a dependency property.
DefaultHeaderBorderBrushSpecifies the brush used to paint the resource header’s border. This is a dependency property.
DefaultHeaderForegroundSpecifies the brush used to paint the resource header foreground. This is a dependency property.
DefaultHeaderTodayBackgroundSpecifies the brush used to paint the current day header background. This is a dependency property.
DefaultHeaderTodayBorderBrushSpecifies the brush used to paint the current day header’s border. This is a dependency property.
DefaultHeaderTodayForegroundSpecifies the brush used to paint the current day header foreground. This is a dependency property.
DefaultLabelBrushSpecifies the brush used to paint appointments that have multiple associated resources and a transparent label. This is a dependency property.
DefaultLightCellBackgroundSpecifies the brush used to paint the background of time slots that represent working hours. This is a dependency property.
DefaultLightCellDarkBorderBrushSpecifies 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.
DefaultLightCellLightBorderBrushSpecifies the brush used to paint the regular borders of time slots that represent working hours. This is a dependency property.
DefaultNavigationButtonDisabledBackgroundSpecifies the brush used to paint the background of an inactive navigation button. This is a dependency property.
DefaultNavigationButtonDisabledBorderBrushSpecifies the brush used to paint the border of an inactive navigation button. This is a dependency property.
DefaultNavigationButtonHoverBackgroundSpecifies the brush used to paint the background of a hovered navigation button. This is a dependency property.
DefaultNavigationButtonHoverBorderBrushSpecifies the brush used to paint the border of a hovered navigation button. This is a dependency property.
DefaultNavigationButtonHoverForegroundSpecifies the brush used to paint the foreground of a hovered navigation button. This is a dependency property.
DefaultNavigationButtonNormalBackgroundSpecifies the brush used to paint the background of a navigation button. This is a dependency property.
DefaultNavigationButtonNormalBorderBrushSpecifies the brush used to paint the border of a navigation button. This is a dependency property.
DefaultNavigationButtonNormalForegroundSpecifies the brush used to paint the foreground of a navigation button. This is a dependency property.
DefaultNavigationButtonPressedBackgroundSpecifies the brush used to paint the background of a navigation button that the end-user is pressing. This is a dependency property.
DefaultNavigationButtonPressedBorderBrushSpecifies the brush used to paint the border of a navigation button that the end-user is pressing. This is a dependency property.
DefaultNavigationButtonPressedForegroundSpecifies the brush used to paint the foreground of a navigation button that the end-user is pressing. This is a dependency property.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
ResourceCellForegroundBrush
ResourceCellSelectionBrush
ResourceCellTodayHighlightBrush
ResourceDarkCellBackgroundSpecifies the transformation applied to the DefaultDarkCellBackground. This is a dependency property.
ResourceDarkCellDarkBorderBrushSpecifies the transformation applied to the DefaultDarkCellDarkBorderBrush. This is a dependency property.
ResourceDarkCellLightBorderBrushSpecifies the transformation applied to the DefaultDarkCellLightBorderBrush. This is a dependency property.
ResourceHeaderBackgroundSpecifies the transformation applied to the DefaultHeaderBackground. This is a dependency property.
ResourceHeaderBorderBrushSpecifies the transformation applied to the DefaultHeaderBorderBrush. This is a dependency property.
ResourceHeaderForegroundSpecifies the transformation applied to the DefaultHeaderForeground. This is a dependency property.
ResourceHeaderTodayBackgroundSpecifies the transformation applied to the DefaultHeaderTodayBackground. This is a dependency property.
ResourceHeaderTodayBorderBrushSpecifies the transformation applied to the DefaultHeaderTodayBorderBrush. This is a dependency property.
ResourceHeaderTodayForegroundSpecifies the transformation applied to the DefaultHeaderTodayForeground. This is a dependency property.
ResourceLabelBrushSpecifies the transformation applied to the DefaultLabelBrush. This is a dependency property.
ResourceLightCellBackgroundSpecifies the transformation applied to the DefaultLightCellBackground. This is a dependency property.
ResourceLightCellDarkBorderBrushSpecifies the transformation applied to the DefaultLightCellDarkBorderBrush. This is a dependency property.
ResourceLightCellLightBorderBrushSpecifies the transformation applied to the DefaultLightCellLightBorderBrush. This is a dependency property.
ResourceNavigationButtonDisabledBackgroundSpecifies the transformation applied to the DefaultNavigationButtonDisabledBackground. This is a dependency property.
ResourceNavigationButtonDisabledBorderBrushSpecifies the transformation applied to the DefaultNavigationButtonDisabledBorderBrush. This is a dependency property.
ResourceNavigationButtonHoverBackgroundSpecifies the transformation applied to the DefaultNavigationButtonHoverBackground. This is a dependency property.
ResourceNavigationButtonHoverBorderBrushSpecifies the transformation applied to the DefaultNavigationButtonHoverBorderBrush. This is a dependency property.
ResourceNavigationButtonHoverForegroundSpecifies the transformation applied to the DefaultNavigationButtonHoverForeground. This is a dependency property.
ResourceNavigationButtonNormalBackgroundSpecifies the transformation applied to the DefaultNavigationButtonNormalBackground. This is a dependency property.
ResourceNavigationButtonNormalBorderBrushSpecifies the transformation applied to the DefaultNavigationButtonNormalBorderBrush. This is a dependency property.
ResourceNavigationButtonNormalForegroundSpecifies the transformation applied to the DefaultNavigationButtonNormalForeground. This is a dependency property.
ResourceNavigationButtonPressedBackgroundSpecifies the transformation applied to the DefaultNavigationButtonPressedBackground. This is a dependency property.
ResourceNavigationButtonPressedBorderBrushSpecifies the transformation applied to the DefaultNavigationButtonPressedBorderBrush. This is a dependency property.
ResourceNavigationButtonPressedForegroundSpecifies the transformation applied to the DefaultNavigationButtonPressedForeground. This is a dependency property.

See Also

BrushProviderBase Class

BrushProviderBase Members

DevExpress.Xpf.Scheduling.Common Namespace