Added = 0 to enum

This commit is contained in:
Tig
2024-05-17 14:41:26 -07:00
parent 6e640ef80d
commit 38a92ada3b

View File

@@ -28,7 +28,7 @@ public enum Alignment
/// 111 2222 33333
/// </c>
/// </example>
Left,
Left = 0,
/// <summary>
/// The items will be aligned to the top.