Beispiel #1
0
 public TextStyle TextStyle()
 {
     if (textStyle == null)
     {
         textStyle = new style.TextStyle();
     }
     return(this.textStyle);
 }
Beispiel #2
0
 public VWG.Community.Forms.Model.ECharts.style.TextStyle TextStyle()
 {
     if (this.textStyle == null)
     {
         textStyle = new style.TextStyle();
     }
     return(textStyle);
 }