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: 25.1.421.0 (25.1.421.0)
Syntaxpublic CesiumProperty<double> MinimumLengthInPixels { get; set; }Public Property MinimumLengthInPixels As CesiumProperty(Of Double)
	Get
	Set
public:
property CesiumProperty<double>^ MinimumLengthInPixels {
	CesiumProperty<double>^ get ();
	void set (CesiumProperty<double>^ value);
}member MinimumLengthInPixels : CesiumProperty<float> with get, set
Property Value
Type: 
CesiumPropertyDouble
See Also