OverlayTranslucency Property |
Gets or sets the overlay's translucency. Translucency is a value between 0.0 and 1.0, where 0.0 is
completely opaque and 1.0 is completely transparent.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual float Translucency { get; set; }
Public Overridable Property Translucency As Single
Get
Set
public:
virtual property float Translucency {
float get ();
void set (float value);
}
abstract Translucency : float32 with get, set
override Translucency : float32 with get, set
Property Value
Type:
SingleSee Also