Skip to main content

MapDotSettings.Size Property

Gets or sets the size of dots generated using these settings.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public double Size { get; set; }

Property Value

Type Description
Double

A Double value specifying the size.

Property Paths

You can access this nested property as listed below:

Object Type Path to Size
MapDotSettings
.Default .Size
See Also