Skip to main content
All docs
V20.1

VectorLayer.SelectedShapeFill Property

Gets or sets the brush that specifies how the selected shape’s interior is painted.

Namespace: DevExpress.Xpf.Map

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

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

Declaration

public Brush SelectedShapeFill { get; set; }

Property Value

Type Description
Brush

A Brush that describes how the selected shape’s interior is painted.

See Also