Beispiel #1
0
 public ShadowForm(FormBase main, FormRenderConfig config)
 {
     this.m_HostForm = main;
     m_Config = config;
     this.SetStyles();
     this.Init();
 }
 public override void FormRenderConfigInit(FormRenderConfig config)
 {
     config.IconRect = new Rectangle(5, 5, 20, 20);
     //config.FormTextRect = new Rectangle(25, 9, 50, 20);
     config.IsShowShadow = true;
 }