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;
        }