LayoutBreakpoint Constructors
Provides settings that allows you to specify breakpoints at which the Form Layout rearranges its items if the control width changes.Name | Parameters | Description |
---|---|---|
LayoutBreakpoint() | none | Initializes a new instance of the LayoutBreakpoint class. |
LayoutBreakpoint(String, Int32, Int32) | name, maxWidth, columnCount | Initializes a new instance of the LayoutBreakpoint class. |
See Also