Skip to main content

MapDotSizeMapping.DefaultValue Property

Gets or sets the default value of the property specified by this mapping.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type Default Description
Double 5

A Double object specifying the size of map dots.

See Also