Skip to main content

ContourAppearance.Brush Property

Gets or sets the color of the contour. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public SolidColorBrush Brush { get; set; }

#Property Value

Type Description
SolidColorBrush

SolidColorBrush

See Also