Skip to main content
All docs
V26.1
  • BrushProviderBase.ResourceLightCellDarkBorderBrush Property

    Specifies the transformation applied to the DefaultLightCellDarkBorderBrush. This is a dependency property.

    Namespace: DevExpress.Xpf.Scheduling.Common

    Assembly: DevExpress.Xpf.Scheduling.v26.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public IBrushTransform ResourceLightCellDarkBorderBrush { get; set; }

    Property Value

    Type Description
    IBrushTransform

    An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.

    See Also