Returns the height of the viewport in pixels.
# Get the value of the property.propertyValue = viewport_var.height
#include <Core/Application/Viewport.h>// Get the value of the property.integer propertyValue = viewport_var->height();