ant-design-blazor/components/core/Direction.cs
2020-05-29 00:33:49 +08:00

36 lines
504 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace AntDesign
{
public enum AntDirectionVHIType
{
Vertical,
Horizontal,
Inline
}
public enum AntDirectionVHType
{
Vertical,
Horizontal
}
public enum AntFourDirectionType
{
Top,
Bottom,
Left,
Right
}
public enum AntAlignType
{
Top,
Middle,
Bottom
}
}