Table of Contents

Constructor DefaultLayoutEventArgs

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

DefaultLayoutEventArgs(AbstractControl, LayoutStyle, RectD, IReadOnlyList<AbstractControl>)

Initializes a new instance of the DefaultLayoutEventArgs class.

public DefaultLayoutEventArgs(AbstractControl container, LayoutStyle layout, RectD bounds, IReadOnlyList<AbstractControl> children)

Parameters

container AbstractControl

Container control which childs need to be processed.

layout LayoutStyle

Layout style to use.

bounds RectD

Rectangle in which layout is performed.

children IReadOnlyList<AbstractControl>

List of controls to layout.