Skip to main content
A newer version of this page is available. .

DataBarFormat.ZeroLineBrush Property

Gets or sets the brush used to paint the line between data bars corresponding to positive and negative cell values. This is a dependency property.

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public Brush ZeroLineBrush { get; set; }

Property Value

Type Description
Brush

A System.Windows.Media.Brush value.

See Also