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

AdornerUIManager.CustomDrawGuide Event

Allows you to paint Guide objects manually.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DXCategory("CustomDraw")]
public event GuideCustomDrawEventHandler CustomDrawGuide

Event Data

The CustomDrawGuide event's data class is DevExpress.Utils.VisualEffects.GuideCustomDrawEventArgs.

See Also