BreakpointsLayoutBreakpoint Constructors
Provides settings that allows you to specify breakpoints at which the control rearranges its elements if the browser width changes.Name | Parameters | Description |
---|---|---|
BreakpointsLayoutBreakpoint() | none | Initializes a new instance of the BreakpointsLayoutBreakpoint class. |
BreakpointsLayoutBreakpoint(BreakpointsLayoutDeviceSizes, Int32) | deviceSize, itemsPerRow | Initializes a new instance of the BreakpointsLayoutBreakpoint class. |
BreakpointsLayoutBreakpoint(Int32, Int32) | maxWidth, itemsPerRow | Initializes a new instance of the BreakpointsLayoutBreakpoint class. |
See Also