Skip to main content
All docs
V26.1
  • MeasurementToolbar(Measurements) Constructor

    Initializes a new instance of the MeasurementToolbar class with specified settings.

    Namespace: DevExpress.Xpf.Map

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

    Declaration

    public MeasurementToolbar(
        Measurements measurements
    )

    Parameters

    Name Type Description
    measurements Measurements

    The Measurements object to which MeasurementToolbar belongs.’

    See Also