Click or drag to resize

GlobeImageOverlay.AltitudeBasedTranslucencyLowerTranslucency Property

Gets or sets the lower translucency value for the image when UseAltitudeBasedTranslucency is set to true. When the altitude of the viewer is at or below AltitudeBasedTranslucencyLowerAltitude, the image will have the translucency specified by this property, and will be linearly interpolated at altitude values between AltitudeBasedTranslucencyLowerAltitude and AltitudeBasedTranslucencyUpperAltitude.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public virtual float AltitudeBasedTranslucencyLowerTranslucency { get; set; }

Property Value

Type: Single
See Also