Constructor DefaultLayoutEventArgs
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
AbstractControlContainer control which childs need to be processed.
layout
LayoutStyleLayout style to use.
bounds
RectDRectangle in which layout is performed.
children
IReadOnlyList<AbstractControl>List of controls to layout.