LabelGraphicsPixelOffsetScaleByDistance Property |
Gets or sets how the label's pixel offset should change based on the label's distance from the camera.
This scalar value will be multiplied by
PixelOffset.
If not specified, then the pixel offset does not change based on the camera distance.
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<NearFarScalar> PixelOffsetScaleByDistance { get; set; }
Public Property PixelOffsetScaleByDistance As CesiumProperty(Of NearFarScalar)
Get
Set
public:
property CesiumProperty<NearFarScalar>^ PixelOffsetScaleByDistance {
CesiumProperty<NearFarScalar>^ get ();
void set (CesiumProperty<NearFarScalar>^ value);
}
member PixelOffsetScaleByDistance : CesiumProperty<NearFarScalar> with get, set
Property Value
Type:
CesiumPropertyNearFarScalarSee Also