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