Skip to main content

VectorLayer.ShapeFill Property

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

Namespace: DevExpress.Xpf.Map

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

Declaration

public Brush ShapeFill { get; set; }
Public Property ShapeFill As Brush

Property Value

Type Description
Brush

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

Examples

The following example demonstrates how to use the ShapefileLoader instance to load shapes into the Map Control.

See Also