Gets or sets the height of this control.
Namespace: MindFusion.Mapping
Package: Control.js
JavaScript Copy Code |
---|
Object.defineProperty(Control.prototype, "height", { value: Unit }); |
Unit. The height.
The following example creates a new MapView using a <DIV> element called "mapview" that we've declared in the HTML code of the page. Then it sets its height to 50%. The MapView derives from Control.
JavaScript Copy Code |
---|
var m = MindFusion.Mapping; // create a new instance of the mapView |