Enum ObjectPosition
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Indicates the position of an object relative to its container.
public enum ObjectPosition
- Extension Methods
Fields
Bottom = 2The bottom of the object is aligned with the bottom of its container.
Center = 0The object is centered vertically and horizontally.
Left = 3The left of the object is aligned with the left of its container.
LeftBottom = 5The left and bottom of the object is aligned with the left and bottom of its container.
LeftTop = 4The left and top of the object is aligned with the left and top of its container.
Right = 6The right of the object is aligned with the right of its container.
RightBottom = 8The right and bottom of the object is aligned with the right and bottom of its container.
RightTop = 7The right and top of the object is aligned with the right and top of its container.
Top = 1The top of the object is aligned with the top of its container.