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

MapLinePoint2XMapping.DefaultValue Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

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

Property Value

Type Default Description
Double 10

A Double object specifying the X coordinate default value of the second point of map lines.

See Also