Click or drag to resize

BillboardGraphics.Height Property

Gets or sets the height of the billboard, in pixels (or meters, if SizeInMeters is true). By default, the native height of the image is used.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public CesiumProperty<double> Height { get; set; }

Property Value

Type: CesiumProperty<Double>
See Also