Class DefaultLayoutEventArgs
Provides data for the GlobalOnLayout event.
public class DefaultLayoutEventArgs : HandledEventArgs
- Inheritance
-
DefaultLayoutEventArgs
Constructors
- DefaultLayoutEventArgs(Control, LayoutStyle, RectD, IReadOnlyList<Control>)
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 childs need to be processed.
- Layout
Layout style to use.