MarkerBatchPrimitiveTranslucency Property |
Gets or sets the translucency that affects every marker in the batch.
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: 24.2.419.0 (24.2.419.0)
Syntax public override float Translucency { get; set; }
Public Overrides Property Translucency As Single
Get
Set
public:
virtual property float Translucency {
float get () override;
void set (float value) override;
}
abstract Translucency : float32 with get, set
override Translucency : float32 with get, set
Property Value
Type:
SingleExceptions Remarks See Also