OrgChartSettings.cs 284 B

123456789101112
  1. using InABox.Configuration;
  2. namespace PRSDesktop
  3. {
  4. public class OrgChartSettings : UserConfigurationSettings
  5. {
  6. public OrgChartAppearance Appearance { get; set; }
  7. public OrgChartLayout Layout { get; set; }
  8. //public double Zoom { get; set; }
  9. }
  10. }