Speeding up the UI by changing the flip view orientation at correct moment.
This commit is contained in:
8
Wino.Core.Domain/Enums/CalendarOrientation.cs
Normal file
8
Wino.Core.Domain/Enums/CalendarOrientation.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Wino.Core.Domain.Enums
|
||||
{
|
||||
public enum CalendarOrientation
|
||||
{
|
||||
Horizontal,
|
||||
Vertical
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user