9 lines
87 B
C#
9 lines
87 B
C#
namespace Groceries.Components;
|
|
|
|
public enum Align
|
|
{
|
|
Start,
|
|
Center,
|
|
End,
|
|
}
|