Skip to main content

BrickEventArgs.X Property

Returns the horizontal 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 X { get; }

Property Value

Type Description
Single

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

Remarks

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

See Also