Skip to main content
All docs
V25.1
  • BeforeMeasurementEventArgs.StartPoint Property

    Returns coordinates of the ruler’s start point.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    public CoordPoint StartPoint { get; }

    Property Value

    Type Description
    CoordPoint

    Coordinates of the ruler’s start point.

    See Also