Enum Edge
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Specifies where a negative margin is applied within a layout component. This is typically used in conjunction with elements that have leading or trailing adornments.
public enum Edge
- Extension Methods
Fields
End = 2
A negative margin is applied to the end of the element.
False = 0
No negative margin is applied to the element.
Start = 1
A negative margin is applied to the start of the element.
Remarks
Negative margins are often applied to ensure adornments or icons align more closely with the edge of the component. Depending on the design requirements, this margin can be applied at the start or end of an element, or not applied at all (default behavior).