|
@@ -139,7 +139,7 @@ namespace Compdfkit_Tools.Measure
|
|
|
{
|
|
|
DistanceText.Text=info.Distance;
|
|
|
PrecisionText.Text= ((decimal)info.Precision).ToString();
|
|
|
- AngleText.Text = info.Angle.ToString();
|
|
|
+ AngleText.Text = info.Angle.ToString()+"°";
|
|
|
XText.Text=info.MousePos.X.ToString();
|
|
|
YText.Text=info.MousePos.Y.ToString();
|
|
|
ScaleText.Text = string.Format("{0}{1}={2}{3}",
|
|
@@ -153,7 +153,7 @@ namespace Compdfkit_Tools.Measure
|
|
|
{
|
|
|
DistancePolyLineText.Text = info.Distance;
|
|
|
PrecisionPolyLineText.Text = ((decimal)info.Precision).ToString();
|
|
|
- AnglePolyLineText.Text = info.Angle.ToString();
|
|
|
+ AnglePolyLineText.Text = info.Angle.ToString() + "°";
|
|
|
ScalePolyLineText.Text = string.Format("{0}{1}={2}{3}",
|
|
|
info.RulerBase,
|
|
|
info.RulerBaseUnit,
|
|
@@ -165,7 +165,7 @@ namespace Compdfkit_Tools.Measure
|
|
|
{
|
|
|
RoundPolygonText.Text = info.Area;
|
|
|
PrecisionPolygonText.Text = ((decimal)info.Precision).ToString();
|
|
|
- AnglePolygonText.Text = info.Angle.ToString();
|
|
|
+ AnglePolygonText.Text = info.Angle.ToString() + "°";
|
|
|
ScalePolygonText.Text = string.Format("{0}{1}={2}{3}",
|
|
|
info.RulerBase,
|
|
|
info.RulerBaseUnit,
|