WindowDragStartedEventArgs.Position Property
Returns the initial window position.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public Point Position { get; }
Property Value
Type | Description |
---|---|
Point | The initial window position. |
Remarks
Refer to the WindowDragStartedEventArgs class description for more information.
See Also