Skip to main content

MapDot.Size Property

Gets or sets the size of a map dot.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double Size { get; set; }

Property Value

Type Description
Double

A Double value, which stores a map dot’s size (in pixels).

Remarks

The Size property specifies the height and width of a map dot.

See Also