Table of Contents

Property PaintAction

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

PaintAction

Gets or sets the action to be executed during the paint event.

public Action<AbstractControl, PaintEventArgs>? PaintAction { get; set; }

Property Value

Action<AbstractControl, PaintEventArgs>