Skip to main content
A newer version of this page is available. .
All docs
V22.1

SvgImageItemMouseEventArgs.Location Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v22.1.dll

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

Declaration

public Point Location { get; }

Property Value

Type Description
Point

The mouse location.

See Also