Exemplo n.º 1
0
        void init()
        {
            Height = DeviceHeight;
            Width  = DeviceWidth;

            _iconbar = new IconSlideBar();
            Children.Add(_iconbar);

            Background = new SolidColorBrush(Colors.Transparent);
            if (ISlideElementSizeChanged != null)
            {
                ISlideElementSizeChanged(this);
            }
        }
Exemplo n.º 2
0
 void initbar()
 {
     _iconbar = new IconSlideBar();
     Children.Add(_iconbar);
 }