ant-design-blazor/components/core/Direction.cs
2020-03-10 17:42:13 +08:00

35 lines
503 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace AntBlazor
{
public enum AntDirectionVHIType
{
vertical,
horizontal,
inline
}
public enum AntDirectionVHType
{
vertical,
horizontal
}
public enum AntFourDirectionType
{
top,
bottom,
left,
right
}
public enum AntAlignType
{
top,
middle,
bottom
}
}