Enum Anchor
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Indicates the edge of a conainter that a component will appear.
public enum Anchor
- Extension Methods
Fields
Bottom = 5
The component will display on the bottom of the container.
End = 3
The component will display based on Right-to-Left (RTL) language settings.
Left = 0
The component will display on the left edge.
Right = 1
The component will display on the right edge.
Start = 2
The component will display based on Right-to-Left (RTL) language settings.
Top = 4
The component will display on the top of the container.