LabelGraphicsScaleByDistance Property  | 
 
            Gets or sets how the label's scale should change based on the label's distance from the camera.
            This scalar value will be multiplied by 
Scale.
            If not specified, then the scale does not change based on the camera distance.
            
 
    Namespace: 
   AGI.Foundation.Cesium
    Assembly:
   AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CesiumProperty<NearFarScalar> ScaleByDistance { get; set; }Public Property ScaleByDistance As CesiumProperty(Of NearFarScalar)
	Get
	Set
public:
property CesiumProperty<NearFarScalar>^ ScaleByDistance {
	CesiumProperty<NearFarScalar>^ get ();
	void set (CesiumProperty<NearFarScalar>^ value);
}member ScaleByDistance : CesiumProperty<NearFarScalar> with get, set
Property Value
Type: 
CesiumPropertyNearFarScalar
See Also