SuperMap.WindowsPhone.Core.PredefinedLineStyle.PredefinedLineStyle C# (CSharp) Метод

PredefinedLineStyle() публичный Метод

${WP_core_PredefinedLineStyle_constructor_None_D}
public PredefinedLineStyle ( ) : System.Globalization
Результат System.Globalization
        public PredefinedLineStyle()
        {
            ControlTemplate = ResourceData.Dictionary["PredefinedLineStyle_Solid"] as ControlTemplate;
        }