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