CardImagePosition - MikaBerglund/Blazor-Bootstrap GitHub Wiki
CardImagePosition Enumeration
Specifies constants for different positions for an image on a Card component. The following values are defined.
Top
- The image will be positioned at the top of the Card.Bottom
- The image will be positioned at the bottom of the Card.Overlay
- The image will span the card, and the body will be overlayed over the image.