Click or drag to resize

TextBatchPrimitiveOutlineTranslucency Property

Gets or sets the text's outline 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: 24.1.418.0 (24.1.418.0)
Syntax
public float OutlineTranslucency { get; set; }

Property Value

Type: Single
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionTranslucency must be between 0 and 1.
InvalidOperationExceptionFont was not created with an outline.
See Also