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