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