Пример #1
0
        static Control()
        {
            _defaultSpriteBatchParameters = new SpriteBatchParameters();

            // Build shared tooltip
            _sharedTooltip      = new Tooltip();
            _sharedTooltipLabel = new Label()
            {
                Text           = "Loading...",
                AutoSizeHeight = true,
                AutoSizeWidth  = true,
                ShowShadow     = true,
                Parent         = _sharedTooltip,
            };
        }
Пример #2
0
 static Control()
 {
     _defaultSpriteBatchParameters = new SpriteBatchParameters();
 }