SuperMap.Web.iServerJava2.ThemeLabelItem.ThemeLabelItem C# (CSharp) Method

ThemeLabelItem() public method

${iServer2_Theme_ThemeLableItem_constructor_None_D}
public ThemeLabelItem ( ) : System.Collections.Generic
return System.Collections.Generic
        public ThemeLabelItem()
        {
            Visible = true;
            Style = new ServerTextStyle();
        }