Back to Devexpress

DataBarFormat.Fill Property

wpf-devexpress-dot-xpf-dot-core-dot-conditionalformatting-dot-databarformat.md

latest1.4 KB
Original Source

DataBarFormat.Fill Property

Gets or sets the brush used to paint data bars within the cells (or corresponding rows) whose values are positive and take part in conditional formatting. This is a dependency property.

Namespace : DevExpress.Xpf.Core.ConditionalFormatting

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Brush Fill { get; set; }
vb
Public Property Fill As Brush

Property Value

TypeDescription
Brush

A System.Windows.Media.Brush value.

|

See Also

FillNegative

ZeroLineBrush

DataBarFormat Class

DataBarFormat Members

DevExpress.Xpf.Core.ConditionalFormatting Namespace