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
containerAbstractControlContainer control which childs need to be processed.
layoutLayoutStyleLayout style to use.
boundsRectDRectangle in which layout is performed.
childrenIReadOnlyList<AbstractControl>List of controls to layout.