Constructor DefaultLayoutEventArgs
DefaultLayoutEventArgs(Control, LayoutStyle, RectD, IReadOnlyList<Control>)
Initializes a new instance of the DefaultLayoutEventArgs class.
public DefaultLayoutEventArgs(Control container, LayoutStyle layout, RectD bounds, IReadOnlyList<Control> children)
Parameters
container
ControlContainer control which childs need to be processed.
layout
LayoutStyleLayout style to use.
bounds
RectDRectangle in which layout is performed.
children
IReadOnlyList<Control>List of controls to layout.