Table of Contents

Class DefaultLayoutEventArgs

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

Provides data for the Layout event.

public class DefaultLayoutEventArgs : HandledEventArgs
Inheritance
DefaultLayoutEventArgs

Constructors

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

Initializes a new instance of the DefaultLayoutEventArgs class.

Properties

Bounds

Rectangle in which layout is performed.

Children

List of controls to layout.

Container

Container control which children need to be processed.

Layout

Layout style to use.