示例#1
0
 internal Background(Document A_0) : base(A_0, null)
 {
     this.color_0              = System.Drawing.Color.White;
     this.color_1              = System.Drawing.Color.White;
     this.float_0              = 1f;
     this.class43_0            = new Class43();
     this.backgroundGradient_0 = new BackgroundGradient(this);
 }
示例#2
0
 internal Background(BackgroundType A_0) : base(null, null)
 {
     this.color_0              = System.Drawing.Color.White;
     this.color_1              = System.Drawing.Color.White;
     this.float_0              = 1f;
     this.class43_0            = new Class43();
     this.backgroundGradient_0 = new BackgroundGradient(this);
     this.Type = A_0;
 }