CustomImageGlobeOverlayIsTranslucent Property |
Gets whether the overlay contains translucent imagery.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool IsTranslucent { get; protected set; }
Public Property IsTranslucent As Boolean
Get
Protected Set
public:
property bool IsTranslucent {
bool get ();
protected: void set (bool value);
}
member IsTranslucent : bool with get, set
Property Value
Type:
BooleanSee Also