mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-03 15:49:26 +03:00
9 lines
120 B
C#
9 lines
120 B
C#
namespace DarkUI.Controls
|
|
{
|
|
public enum DarkScrollOrientation
|
|
{
|
|
Vertical,
|
|
Horizontal
|
|
}
|
|
}
|