Example #1
0
 public void GenerateTooltipContent()
 {
     fieldtooltip.Content = "Statistics" + Environment.NewLine + "Total amount of Forces : " + _force +
                            Environment.NewLine + "Vector : " + ForceVector.ToString() + Environment.NewLine +
                            "rAngel : " + _rAngel;
 }