Skip to main content

RangeControlClientView.Brush Property

Gets or sets the color of the range control client view.

Namespace: DevExpress.Xpf.Charts.RangeControlClient

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public SolidColorBrush Brush { get; set; }

Property Value

Type Description
SolidColorBrush

A SolidColorBrush object, which specifies the color of the range control client view.

See Also