Skip to main content
All docs
V24.1

VectorLayerBase.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.v24.1.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public Brush SelectedShapeFill { get; set; }

Property Value

Type Description
Brush

Specifies how the selected shape’s interior is painted.

See Also