index
:
mirrors/V3
master
release
Vagram's Vicious Vengeance (GitHub mirror)
Robin Krahl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
}
}