Пример #1
0
        public Graph(GraphSettings settings)
        {
            _settings = settings;

            View = new Canvas
            {
                HorizontalAlignment = HorizontalAlignment.Stretch,
                VerticalAlignment = VerticalAlignment.Stretch,
                Background = Brushes.Transparent
            };
        }