Table of Contents

Enum Origin

Namespace
MudBlazor
Assembly
MudBlazor.dll

Indicates the position or direction a component is displayed relative to its parent container.

public enum Origin
Extension Methods

Fields

BottomCenter = 7

The component is centered on the container's bottom center.

BottomLeft = 6

The component's top-left corner is at the container's bottom-left corner.

BottomRight = 8

The component's top-left corner is at the container's bottom-right corner.

CenterCenter = 4

The component's top-left corner is at the center of the container.

CenterLeft = 3

The component's top-left corner is at the left of the container, and its center vertically.

CenterRight = 5

The component's top-left corner is at the right of the container, and its center vertically.

TopCenter = 1

The component is centered on the container's top center.

TopLeft = 0

The component's top-left corner is at the container's top-left corner.

TopRight = 2

The component's top-left corner is at the container's top-right corner.