ESRI.ArcGIS.Client.Toolkit.Legend.Legend C# (CSharp) Méthode

Legend() static private méthode

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