Skip to main content
A newer version of this page is available. .
Tab

CardViewBreakpoint Constructors

Provides settings that allows you to specify breakpoints at which the Card View rearranges its cards if the browser width changes.
Name Parameters Description
CardViewBreakpoint() none Initializes a new instance of the CardViewBreakpoint class.
CardViewBreakpoint(BreakpointsLayoutDeviceSizes, Int32) deviceSize, cardsPerRow Initializes a new instance of the CardViewBreakpoint class.
CardViewBreakpoint(Int32, Int32) maxWidth, cardsPerRow Initializes a new instance of the CardViewBreakpoint class.
See Also