Exemple #1
0
 protected override void CreateObjects()
 {
     base.CreateObjects();
     this.m_TextLayout = new TextLayoutFull();
     base.AddSubClass(this.TextLayout);
     this.I_TextLayout = this.TextLayout;
 }
Exemple #2
0
 public PlotTableCell(PlotTableBase table, PlotTableCellFormat cellFormat)
 {
     this.m_Table        = table;
     this.m_TextLayout   = cellFormat.TextLayout;
     this.I_AmbientOwner = cellFormat;
     this.m_ImageIndex   = -1;
 }
 protected override void CreateObjects()
 {
     base.CreateObjects();
     this.m_TextLayout = new TextLayoutFull();
     base.AddSubClass(this.TextLayout);
     this.I_TextLayout = this.TextLayout;
     this.m_Background = new PlotBrush();
     base.AddSubClass(this.Background);
     this.I_Background = this.Background;
 }