Skip to main content
A newer version of this page is available. .

BrickEventArgs.X Property

Returns the horizontal mouse position within a brick.

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v19.1.dll

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