Skip to main content
All docs
V25.1
  • AreaMeasurementUnit(Double, String, String) Constructor

    Initializes a new instance of the AreaMeasurementUnit structure with the specified settings.

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.dll

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public AreaMeasurementUnit(
        double squareMetersInUnit,
        string name,
        string abbreviation
    )

    Parameters

    Name Type Description
    squareMetersInUnit Double

    The number of units in one square meter.

    name String

    The measurement unit name.

    abbreviation String

    The measurement unit abbreviation.

    See Also