SuperMap.Web.iServerJava6R.ServerTextStyle.ServerTextStyle C# (CSharp) Méthode

ServerTextStyle() public méthode

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