11 lines
145 B
C#
11 lines
145 B
C#
namespace Dashboard.Layout
|
|
{
|
|
public enum FlowDirection
|
|
{
|
|
Row,
|
|
Column,
|
|
RowReverse,
|
|
ColumnReverse,
|
|
}
|
|
}
|