aboutsummaryrefslogtreecommitdiff
path: root/V3/Widgets/HorizontalOrientation.cs
blob: 489667a3e15ce2bcf16cfc2ca2951bc1bf0947f4 (plain)
1
2
3
4
5
6
7
8
9
namespace V3.Widgets
{
    public enum HorizontalOrientation
    {
        Left,
        Center,
        Right
    }
}