ArcGISWindowsPhoneSDK.SwipeMap.SwipeMap C# (CSharp) Méthode

SwipeMap() public méthode

public SwipeMap ( ) : System
Résultat System
        public SwipeMap()
        {
            InitializeComponent();
            AboveMap.Layers.LayersInitialized += (a, b) =>
            {
                slider.Height = (rootCanvas).ActualHeight;
                slider.SetValue(Canvas.LeftProperty, (rootCanvas).ActualWidth - slider.ActualWidth);
            };
        }