using InABox.Configuration; namespace PRSDesktop { public class OrgChartSettings : UserConfigurationSettings { public OrgChartAppearance Appearance { get; set; } public OrgChartLayout Layout { get; set; } //public double Zoom { get; set; } } }