A newer version of this page is available.
Switch to the current version.
PrintingSystemBase.HighlightIntersectedBricks(Color) Method
Highlights the intersecting bricks within the document.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public void HighlightIntersectedBricks(
Color backColor
)
Public Sub HighlightIntersectedBricks(
backColor As Color
)
Parameters
Name | Type | Description |
---|---|---|
backColor | Color | A Color to paint the intersecting bricks. |
See Also
Feedback