public ItemStyle ItemStyle() { if (this.itemStyle == null) { itemStyle = new style.ItemStyle(); } return itemStyle; }
public ItemStyle ItemStyle() { if (this.itemStyle == null) { itemStyle = new style.ItemStyle(); } return(this.itemStyle); }