Skip to main content

BrickEventArgs.Y Property

Returns the vertical mouse position within a brick.

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public float Y { get; }

Property Value

Type Description
Single

A Single value, specifying the mouse position’s Y-coordinate (in three hundredths of an inch).

Remarks

The BrickEventArgs.X and Y coordinates of a mouse position are calculated starting with the top left corner of a brick.

See Also