Enum CardMediaPosition
- Namespace
- BlazOrbit.Components.Layout
- Assembly
- BlazOrbit.dll
Defines the position of media content within a card.
public enum CardMediaPosition
Fields
AfterHeader = 1Media is positioned after the header.
BeforeActions = 2Media is positioned before the actions.
Bottom = 3Media is positioned at the bottom of the card.
Top = 0Media is positioned at the top of the card.