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

MapEditorCreateMode.MapItemSettings Property

Gets or sets an object that configures map items that end users can create.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public MapItemSettingsBase MapItemSettings { get; set; }

Property Value

Type Description
MapItemSettingsBase

An object that specifies map items’ type and default parameters.

See Also