Skip to main content
All docs
V25.1
  • MeasurementToolbar.Measurements Property

    For internal use only. Returns the Measurements object that owns the MeasurementToolbar.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    [Browsable(false)]
    public Measurements Measurements { get; }

    Property Value

    Type Description
    Measurements

    The Measurements object to which MeasurementToolbar belongs.

    See Also