Click or drag to resize

GlobeImageOverlayAltitudeBasedTranslucencyUpperTranslucency Property

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

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 AltitudeBasedTranslucencyUpperTranslucency { get; set; }

Property Value

Type: Single
See Also