PolylineGlowMaterialGraphicsTaperPower Property |
Gets or sets the strength of the tapering effect.
1.0 and higher means no tapering.
If not specified, the default value is 1.0.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CesiumProperty<double> TaperPower { get; set; }
Public Property TaperPower As CesiumProperty(Of Double)
Get
Set
public:
property CesiumProperty<double>^ TaperPower {
CesiumProperty<double>^ get ();
void set (CesiumProperty<double>^ value);
}
member TaperPower : CesiumProperty<float> with get, set
Property Value
Type:
CesiumPropertyDoubleSee Also