Back to Devexpress

DocumentPreviewMouseEventArgs.Brick Property

wpf-devexpress-dot-xpf-dot-printing-dot-documentpreviewmouseeventargs.md

latest1.9 KB
Original Source

DocumentPreviewMouseEventArgs.Brick Property

Gets a brick for which the corresponding event has been raised.

Namespace : DevExpress.Xpf.Printing

Assembly : DevExpress.Xpf.Printing.v25.2.dll

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public Brick Brick { get; }
vb
Public ReadOnly Property Brick As Brick

Property Value

TypeDescription
Brick

A brick representing the document content in the preview.

|

Remarks

Use the Brick property to obtain information about the document’s point in time when the DocumentPreviewControl.DocumentPreviewMouseClick, DocumentPreviewControl.DocumentPreviewMouseDoubleClick or DocumentPreviewControl.DocumentPreviewMouseMove event occurs.

See Also

DocumentPreviewMouseClick

DocumentPreviewMouseDoubleClick

DocumentPreviewMouseMove

DocumentPreviewMouseEventArgs Class

DocumentPreviewMouseEventArgs Members

DevExpress.Xpf.Printing Namespace