Overlay.BorderTranslucency Property |
Gets or sets the translucency of the overlay border. 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual float BorderTranslucency { get; set; }
Public Overridable Property BorderTranslucency As Single
Get
Set
public:
virtual property float BorderTranslucency {
float get ();
void set (float value);
}
abstract BorderTranslucency : float32 with get, set
override BorderTranslucency : float32 with get, set
Property Value
Type:
Single
See Also