SuperMap.WindowsPhone.Core.PredefinedLineStyle.PredefinedLineStyle C# (CSharp) Method

PredefinedLineStyle() public method

${WP_core_PredefinedLineStyle_constructor_None_D}
public PredefinedLineStyle ( ) : System.Globalization
return System.Globalization
        public PredefinedLineStyle()
        {
            ControlTemplate = ResourceData.Dictionary["PredefinedLineStyle_Solid"] as ControlTemplate;
        }