Click or drag to resize

GlobeImageOverlayAltitudeBasedTranslucencyLowerTranslucency Property

Gets or sets the lower translucency value for the image when UseAltitudeBasedTranslucency is set to . 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.1.418.0 (24.1.418.0)
Syntax
public virtual float AltitudeBasedTranslucencyLowerTranslucency { get; set; }

Property Value

Type: Single
See Also