Back to Devexpress

MapDot.Size Property

windowsforms-devexpress-dot-xtramap-dot-mapdot-3f4af01d.md

latest985 B
Original Source

MapDot.Size Property

Gets or sets the size of the map dot.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(5)]
public double Size { get; set; }
vb
<DefaultValue(5)>
Public Property Size As Double

Property Value

TypeDefaultDescription
Double5

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

|

See Also

MapDot Class

MapDot Members

DevExpress.XtraMap Namespace