.. highlightlang:: us .. index:: UniPlot.Height .. _uniplot.height: UniPlot.Height ============== .. us.tag UniPlot.Height NOTREADYGERMAN Programming.ActiveX New300 Mit dieser Eigenschaft kann die Position des UniPlot-Fensters erfragt oder geƤndert werden. .. function:: UniPlot.Height = nPixelsHeight .. us.params **Parameter** .. uparam:: nPixelsHeight *nPixelsHeight*. .. us.example **Beispiel** :: app = CreateObject("UniPlot.Application") app.Visible = TRUE app.Left = 100 app.Height = 200 .. seealso:: :ref:`uberblick-programmierung`, :ref:`UniPlot.Visible`, :ref:`UniPlot.Call` :sub:`id-636129`