Пример #1
0
        private static void Initialize()
        {
            const int w = (Weight + 1) * 2;

            _style = new ProgramaticStyle {
                Style = _instance
            };
            ScrollbarHelper.ApplyBackgroundStyle(_style, w, Weight);
            _style.Commit();
        }