Table of Contents

Property PaintActions

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

PaintActions

Gets list of custom paint actions.

public IList<Action<AbstractControl, Graphics, RectD>> PaintActions { get; }

Property Value

IList<Action<AbstractControl, Graphics, RectD>>