Table of Contents

Enum MBMenuSurfacePositioning

Namespace
Material.Blazor
Assembly
Material.Blazor.dll

Determines the positioning and width of a menu surface.

public enum MBMenuSurfacePositioning

Fields

Fixed = 2

Places the menu with fixed positioning.

FullWidth = 1

Width set to match the parent anchor - incompatible with Fixed position.

Regular = 0

Placed with display: relative. and assuming a width determined by its contents.