ICSharpCode.WpfDesign.Designer.Controls.DesignerThumb.DesignerThumb C# (CSharp) 메소드

DesignerThumb() 정적인 개인적인 메소드

static private DesignerThumb ( ) : System.Windows
리턴 System.Windows
        static DesignerThumb()
        {
            //This OverrideMetadata call tells the system that this element wants to provide a style that is different than its base class.
            //This style is defined in themes\generic.xaml
            DefaultStyleKeyProperty.OverrideMetadata(typeof(DesignerThumb), new FrameworkPropertyMetadata(typeof(DesignerThumb)));
        }