Table of Contents

Class PaintActionsControl

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

A custom control for executing paint actions.

public class PaintActionsControl : HiddenBorder, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, ILayoutItem, INotifyDataErrorInfo
Inheritance
PaintActionsControl
Implements

Constructors

PaintActionsControl()

Initializes a new instance of the PaintActionsControl class.

Properties

PaintActions

Gets list of custom paint actions.

Methods

DefaultPaint(PaintEventArgs)

Default painting method of the UserControl and its descendants.

OnSizeChanged(EventArgs)

Called when the SizeChanged event.

SetPaintAction(Action<AbstractControl, Graphics, RectD>)

Clears PaintActions and adds single paint action there.