DisplayMagician/HeliosDisplayManagement.Shared/Scaling.cs

13 lines
227 B
C#
Raw Normal View History

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