SuperMap.Web.iServerJava6R.ServerTextStyle.ServerTextStyle C# (CSharp) Method

ServerTextStyle() public method

${iServerJava6R_ServerTextStyle_constructor_D}
public ServerTextStyle ( ) : System
return System
        public ServerTextStyle()
        {
            FontHeight = 10;
            FontWeight = 400;
            FontWidth = 0;
            FontName = "微软雅黑";
            SizeFixed = true;
        }