mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-03 07:39:28 +03:00
10 lines
126 B
C#
10 lines
126 B
C#
namespace DarkUI.Controls
|
|
{
|
|
public enum DarkContentAlignment
|
|
{
|
|
Center,
|
|
Left,
|
|
Right
|
|
}
|
|
}
|