/// <summary>
        /// Initializes a new instance of the <see cref="MySimpleEdgeStyle"/> class.
        /// </summary>
        public MySimpleEdgeStyle()
        {
            ////////////////////////////////////////////////////
            //////////////// New in this sample ////////////////
            ////////////////////////////////////////////////////

            Arrows = new MySimpleArrow();
            ////////////////////////////////////////////////////

            PathThickness = 3;
        }
 /// <summary>
 /// Initializes a new instance of the <see cref="MySimpleEdgeStyle"/> class.
 /// </summary>
 public MySimpleEdgeStyle()
 {
     Arrows        = new MySimpleArrow();
     PathThickness = 3;
 }