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 = 5The component will display on the bottom of the container.
End = 3The component will display based on Right-to-Left (RTL) language settings.
Left = 0The component will display on the left edge.
Right = 1The component will display on the right edge.
Start = 2The component will display based on Right-to-Left (RTL) language settings.
Top = 4The component will display on the top of the container.