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

MapDot.Size Property

Gets or sets the size of the map dot.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

[DefaultValue(5)]
public double Size { get; set; }

Property Value

Type Default Description
Double 5

A double value that represents the size of the map dot (in pixels).

See Also