Table of Contents

Enum CardMediaPosition

Namespace
BlazOrbit.Components.Layout
Assembly
BlazOrbit.dll

Defines the position of media content within a card.

public enum CardMediaPosition

Fields

AfterHeader = 1

Media is positioned after the header.

BeforeActions = 2

Media is positioned before the actions.

Bottom = 3

Media is positioned at the bottom of the card.

Top = 0

Media is positioned at the top of the card.