Skip to main content
All docs
V23.2

SvgImageItemMouseEventArgs.Location Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public Point Location { get; }

Property Value

Type Description
Point

The mouse location.

See Also