StripeMaterialGraphicsRepeat Property |
Gets or sets the number of times the stripes should repeat; with 1 causing each stripe to be drawn once.
If not specified, the default 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> Repeat { get; set; }
Public Property Repeat As CesiumProperty(Of Double)
Get
Set
public:
property CesiumProperty<double>^ Repeat {
CesiumProperty<double>^ get ();
void set (CesiumProperty<double>^ value);
}
member Repeat : CesiumProperty<float> with get, set
Property Value
Type:
CesiumPropertyDoubleSee Also