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

SizeLegend.ItemStroke Property

Gets or sets the brush that specifies how a legend item outline is painted.

Namespace: DevExpress.Xpf.Map

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

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

Declaration

public Brush ItemStroke { get; set; }

Property Value

Type Description
Brush

A Brush value that specifies how a legend item outline is painted.

See Also