Click or drag to resize

TextBatchPrimitiveTranslucency Property

Gets or sets the translucency that affects every string 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.1.418.0 (24.1.418.0)
Syntax
public override float Translucency { get; set; }

Property Value

Type: Single
Exceptions
Remarks
If per-string color and translucency were specified with TextBatchPrimitiveOptionalParameters.SetColors, the per-batch translucency is ignored.
See Also