Skip to main content

MiniMapVectorLayer.ShapeFill Property

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

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public Brush ShapeFill { get; set; }

Property Value

Type Description
Brush

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

See Also