ESRI.ArcGIS.Client.Toolkit.Legend.Legend C# (CSharp) Method

Legend() static private method

Static initialization for the Legend control.
static private Legend ( ) : System
return System
        static Legend()
        {
            #if !SILVERLIGHT
            DefaultStyleKeyProperty.OverrideMetadata(typeof(Legend),
                new FrameworkPropertyMetadata(typeof(Legend)));
            #endif
        }