DisplayMagician/HeliosPlus.Shared/Scaling.cs
2020-05-15 23:25:14 +12:00

13 lines
213 B
C#

namespace HeliosPlus.Shared
{
public enum Scaling
{
NotSpecified,
Identity,
Centered,
Stretched,
AspectRatioCenteredMax,
Custom,
Preferred
}
}