Click or drag to resize

VectorGraphicsMinimumLengthInPixels Property

Gets or sets the minimum graphical length of the vector in pixels. This causes the vector to be drawn at a fixed size if the Length would result in a vector of a smaller size. If not specified, the default is 0.0.

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

Property Value

Type: CesiumPropertyDouble
See Also