PolylineGlowMaterialGraphics.GlowPower Property |
Gets or sets the strength of the glow.
If not specified, the default is 0.25.
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> GlowPower { get; set; }
Public Property GlowPower As CesiumProperty(Of Double)
Get
Set
public:
property CesiumProperty<double>^ GlowPower {
CesiumProperty<double>^ get ();
void set (CesiumProperty<double>^ value);
}
member GlowPower : CesiumProperty<float> with get, set
Property Value
Type:
CesiumProperty<Double>
See Also