Enum Edge
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Indicates the location of any negative margin.
public enum Edge
- Extension Methods
Fields
End = 2
A negative margin is applied at the end.
False = 0
No negative margin is applied.
Start = 1
A negative margin is applied at the start.