| SolidPrimitiveBackLineTranslucency Property  | 
 
Gets or sets the back line's translucency.  Translucency is between
0 and 1, where 0 is opaque and 1 is transparent.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic float BackLineTranslucency { get; set; }Public Property BackLineTranslucency As Single
	Get
	Set
public:
property float BackLineTranslucency {
	float get ();
	void set (float value);
}member BackLineTranslucency : float32 with get, set
Property Value
Type: 
Single Exceptions
Exceptions Remarks
Remarks See Also
See Also