ICSharpCode.WpfDesign.Designer.Controls.DesignerThumb.DesignerThumb C# (CSharp) Method

DesignerThumb() static private method

static private DesignerThumb ( ) : System.Windows
return 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)));
        }