Skip to main content

MapBounds.Bottom Property

Returns the y-coordinate that is equal to the sum of the upper-left y-coordinate and Height property values.

Namespace: DevExpress.Map

Assembly: DevExpress.Map.v23.2.Core.dll

NuGet Package: DevExpress.Map.Core

Declaration

public double Bottom { get; }

Property Value

Type Description
Double

The sum of the upper-left y-coordinate and Height property values.

See Also