示例#1
0
 public void SetHeight(double height)
 {
     PlotCanvas.SetHeight(height * 0.4);
     canvasSensor.Width             = height;
     scrollViewerProperty.MaxHeight = height;
     scrollViewerPLD.MaxHeight      = height;
 }
示例#2
0
 public void SetHeight(double height)
 {
     _plotCanvas.SetHeight(height);
 }