Skip to main content
All docs
V25.1
  • SvgImageItemMouseEventArgs.Location Property

    Gets the mouse location relative to the control’s top left corner.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    public Point Location { get; }

    Property Value

    Type Description
    Point

    The mouse location.

    See Also