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

ServerTextStyle() public method

${iServer2_Theme_ServerTextStyle_constructor_None_D}
public ServerTextStyle ( ) : System.Collections.Generic
return System.Collections.Generic
        public ServerTextStyle()
        {
            Align = ServerTextAlignment.TopCenter;
            BgColor = new ServerColor() { Red = 255, Green = 0, Blue = 0 };
            Color = new ServerColor() { Red = 255, Green = 0, Blue = 0 };
            FixedSize = true;
            FixedTextSize = 0;
            FontHeight = 10;
            FontWidth = 7;
            FontWeight = 400;
            FontName = "宋体";
            Rotation = 0;
        }