Click or drag to resize

BillboardGraphics.Width Property

Gets or sets the width of the billboard, in pixels (or meters, if SizeInMeters is true). By default, the native width 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> Width { get; set; }

Property Value

Type: CesiumProperty<Double>
See Also