Ejemplo n.º 1
0
 /// <summary>
 /// When the line is selected the markers are shown.
 /// </summary>
 public override void Select()
 {
     _leftBottomMarker.Display(true);
     _leftTopMarker.Display(true);
     _rightTopMarker.Display(true);
     _rightBottomMarker.Display(true);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// When the line is selected the markers are shown.
 /// </summary>
 public override void Select()
 {
     _leftMarker.Display(true);
     _rightMarker.Display(true);
     _topMarker.Display(true);
     _bottomMarker.Display(true);
 }
Ejemplo n.º 3
0
 /// <summary>
 /// When the line is selected the markers are shown.
 /// </summary>
 public override void Select()
 {
     _startMarker.Display(true);
     _endMarker.Display(true);
 }