namespace HaloPixelToolBox.Core.Models.Bar;
public enum HaloPixelTextLayout
{
ScrollLeftToRight = 0,
ScrollRightToLeft = 1,
Left = 2,
Right = 3,
Center = 4,
Stretch = 5
}
namespace HaloPixelToolBox.Core.Models.Bar;
public enum HaloPixelTextLayout
{
ScrollLeftToRight = 0,
ScrollRightToLeft = 1,
Left = 2,
Right = 3,
Center = 4,
Stretch = 5
}